Skip to content

Commit

Permalink
Merge pull request #3 from moufmouf/0.3
Browse files Browse the repository at this point in the history
Fixing dependency on common-factories
  • Loading branch information
moufmouf committed Nov 22, 2017
2 parents 2476f68 + f201ae0 commit adc2f8f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -17,7 +17,7 @@
"puli/cli": "^1.0",
"puli/symfony-bundle": "^1.0",
"thecodingmachine/service-provider-registry": "^1.0",
"thecodingmachine/common-factories": "dev-master"
"thecodingmachine/common-factories": "^0.3.1"
},
"require-dev": {
"php": ">=5.6",
Expand Down
12 changes: 12 additions & 0 deletions puli.json
Expand Up @@ -114,10 +114,18 @@
"install-path": "vendor/psr/cache",
"installer": "composer"
},
"psr/container": {
"install-path": "vendor/psr/container",
"installer": "composer"
},
"psr/log": {
"install-path": "vendor/psr/log",
"installer": "composer"
},
"psr/simple-cache": {
"install-path": "vendor/psr/simple-cache",
"installer": "composer"
},
"puli/cli": {
"install-path": "vendor/puli/cli",
"installer": "composer"
Expand Down Expand Up @@ -261,6 +269,10 @@
"install-path": "vendor/symfony/http-kernel",
"installer": "composer"
},
"symfony/polyfill-apcu": {
"install-path": "vendor/symfony/polyfill-apcu",
"installer": "composer"
},
"symfony/polyfill-mbstring": {
"install-path": "vendor/symfony/polyfill-mbstring",
"installer": "composer"
Expand Down

0 comments on commit adc2f8f

Please sign in to comment.