Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
move dependencies to require
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweissman committed Feb 27, 2017
1 parent a270bc4 commit 3b76e02
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,26 @@
"homepage": "https://github.com/userfrosting/i18n",
"license" : "MIT",
"authors" : [
{
"name": "Louis Charette"
},
{
"name": "Alexander Weissman",
"homepage": "https://alexanderweissman.com"
}
],
"require": {
"php": ">=5.4.0",
"illuminate/config": "5.2.*",
"php": ">=5.6.0",
"twig/twig": "^1.18",
"userfrosting/support": "^4.0.0"
},
"require-dev": {
"phpunit/phpunit": "5.4.*",
"illuminate/config": "5.2.*",
"twig/twig": "^1.18"
"phpunit/phpunit": "5.4.*"
},
"autoload": {
"psr-4": {
"UserFrosting\\I18n\\": "I18n"
}
},
"extra": {
"branch-alias": {
"dev-dev": "1.0.x-dev"
}
},
"minimum-stability" : "dev"
}
}

0 comments on commit 3b76e02

Please sign in to comment.