Skip to content

Commit

Permalink
Merge pull request #9 from icanhazstring/feature/optimize-zend-requir…
Browse files Browse the repository at this point in the history
…ement

Remove full requirement zendframework/zendframework
  • Loading branch information
lisachenko authored Nov 22, 2017
2 parents 16d4f5d + c83781c commit bb91826
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/vendor/
composer.lock
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
"description": "Integration module for Go! AOP Framework",
"type": "library",
"keywords": ["module", "zend", "zf2", "aop", "php", "aspect"],
"license": "MIT",
"require": {
"goaop/framework": "^1.0|^2.0",
"zendframework/zendframework": "^2.0 | ^3.0"
"zendframework/zend-modulemanager": "^2.0 | ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0 | ^6.0",
"zendframework/zend-mvc": "^2.0 | ^3.0"
},
"license": "MIT",
"authors": [
{
"name": "Lisachenko Alexander",
Expand Down

0 comments on commit bb91826

Please sign in to comment.