diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..64c573b --- /dev/null +++ b/composer.json @@ -0,0 +1,30 @@ +{ + "name": "prjkt/reqfuck", + "description": "Fucking with the FormRequest validation", + "license": "MIT", + + "authors": [ + { + "name": "rmrhz", + "email": "rmrhz@tfwno.gf" + } + ], + + "require": { + "php": ">=7.0.0", + "illuminate/http": "5.1.*|5.2.*|5.3.*" + }, + + "require-dev": { + "phpunit/phpunit": "~5.4" + }, + + "minimum-stability": "dev", + "prefer-stable": true, + + "autoload": { + "psr-4": { + "Prjkt\\Component\\Reqfuck\\": "src/Prjkt/Component/Reqfuck" + } + } +} \ No newline at end of file