Skip to content

Commit

Permalink
Merge pull request #5 from CottaCush/updates/implement-psr2
Browse files Browse the repository at this point in the history
Composer Cleanups
  • Loading branch information
JohnItoo authored Sep 24, 2019
2 parents d1b6e1d + e8d65ae commit a833f6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"type": "yii2-extension",
"keywords": ["yii2","extension", "permission", "role", "access", "control"],
"license": "MIT",
"version": "dev-master",
"authors": [
{
"name": "Adegoke Obasa",
Expand All @@ -17,7 +16,7 @@
],
"require": {
"php" : "~5.5|~7.0",
"yiisoft/yii2": ">=2.0.5"
"yiisoft/yii2": "~2.0.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a833f6b

Please sign in to comment.