diff --git a/.gitignore b/.gitignore index 57872d0..3a9875b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /vendor/ +composer.lock diff --git a/composer.json b/composer.json index 2376c2c..5de33af 100644 --- a/composer.json +++ b/composer.json @@ -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",