Skip to content

Commit

Permalink
Add composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
rmrhz committed Jul 11, 2016
1 parent 405e624 commit faa2e2d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}

0 comments on commit faa2e2d

Please sign in to comment.