Skip to content

Commit

Permalink
Added go-aop-php as dependency for AOP functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGhostman committed Sep 20, 2015
1 parent 9dc5d60 commit 83878b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Expand Up @@ -6,13 +6,15 @@
"type": "library",
"require": {
"php": ">=5.4",
"nikic/fast-route": "v0.6.0"
"nikic/fast-route": "v0.6.0",
"lisachenko/go-aop-php": "0.6.1"
},
"prefer-stable": true,
"suggest": {
"monolog/monolog": "PSR-3 Logger implementation",
"php-di/php-di": "Dependency Injection Container",
"doctrine/cache": "A High performance caching library"
"doctrine/cache": "A High performance caching library",
"doctrine/orm": "High Performing ORM"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 83878b2

Please sign in to comment.