Skip to content

Commit

Permalink
Merge pull request #23 from webmozart/decouple
Browse files Browse the repository at this point in the history
Decoupled from webmozart/glob and puli/repository
  • Loading branch information
webmozart committed Jan 5, 2016
2 parents 4c5152a + 14e79b0 commit 3e08da7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -11,19 +11,19 @@
],
"require": {
"php": "^5.3.9|^7.0",
"puli/repository": "^1.0-beta8,<1.1",
"webmozart/assert": "^1.0",
"webmozart/expression": "^1.0.0-beta5",
"webmozart/glob": "^4.0",
"ramsey/uuid": "^2.8"
},
"require-dev": {
"puli/repository": "^1.0-beta8,<1.1",
"webmozart/key-value-store": "^1.0.0-beta6",
"phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1"
},
"suggest": {
"webmozart/key-value-store": "to use the KeyValueStoreDiscovery"
"puli/repository": "to bind and discover Puli resources",
"webmozart/key-value-store": "to use the key-value store discovery"
},
"minimum-stability": "dev",
"autoload": {
Expand Down

0 comments on commit 3e08da7

Please sign in to comment.