Remove unwanted require definition from composer

This commit is contained in:
Gabor Gyorvari
2018-04-04 10:24:08 +02:00
parent fbff2a224c
commit 8e8faf26cf

View File

@@ -6,8 +6,7 @@
"license": "GPL-3.0",
"homepage": "https://github.com/scr34m/php-malware-scanner",
"require": {
"php": ">=5.2.0",
"scr34m/php-malware-scanner": "@dev"
"php": ">=5.2.0"
},
"autoload": {
},