Skip to content

Commit

Permalink
Fix the dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Aug 21, 2018
1 parent dff599f commit e75d595
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 15 deletions.
2 changes: 0 additions & 2 deletions calendar-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
"require-dev": {
"contao/manager-plugin": "^2.3.1",
"contao/test-case": "^1.3",
"php-coveralls/php-coveralls": "^2.1",
"php-http/guzzle6-adapter": "^1.1",
"php-http/message-factory": "^1.0.2",
"phpunit/phpunit": "^7.0",
"symfony/phpunit-bridge": "^3.4.5"
},
Expand Down
3 changes: 2 additions & 1 deletion comments-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"contao/manager-plugin": "<2.0 || >=3.0"
},
"require-dev": {
"contao/manager-plugin": "^2.0"
"contao/manager-plugin": "^2.0",
"php-http/guzzle6-adapter": "^1.1"
},
"extra": {
"branch-alias": {
Expand Down
1 change: 0 additions & 1 deletion core-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
"friendsofsymfony/http-cache-bundle": "^2.3",
"lexik/maintenance-bundle": "^2.1.3",
"monolog/monolog": "^1.22",
"php-coveralls/php-coveralls": "^2.1",
"php-http/guzzle6-adapter": "^1.1",
"php-http/message-factory": "^1.0.2",
"phpunit/phpunit": "^7.0",
Expand Down
2 changes: 0 additions & 2 deletions faq-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
"require-dev": {
"contao/manager-plugin": "^2.3.1",
"contao/test-case": "^1.3",
"php-coveralls/php-coveralls": "^2.1",
"php-http/guzzle6-adapter": "^1.1",
"php-http/message-factory": "^1.0.2",
"phpunit/phpunit": "^7.0",
"symfony/phpunit-bridge": "^3.4.5"
},
Expand Down
2 changes: 0 additions & 2 deletions installation-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
},
"require-dev": {
"contao/manager-plugin": "^2.3.1",
"php-coveralls/php-coveralls": "^2.1",
"php-http/guzzle6-adapter": "^1.1",
"php-http/message-factory": "^1.0.2",
"phpunit/phpunit": "^7.0",
"symfony/phpunit-bridge": "^3.4.5"
},
Expand Down
3 changes: 2 additions & 1 deletion listing-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"contao/manager-plugin": "<2.0 || >=3.0"
},
"require-dev": {
"contao/manager-plugin": "^2.0"
"contao/manager-plugin": "^2.0",
"php-http/guzzle6-adapter": "^1.1"
},
"extra": {
"branch-alias": {
Expand Down
3 changes: 0 additions & 3 deletions manager-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
"require-dev": {
"composer/composer": "^1.0",
"contao/test-case": "^1.3",
"php-coveralls/php-coveralls": "^2.1",
"ocramius/proxy-manager": "^2.0",
"php-http/message-factory": "^1.0.2",
"phpunit/phpunit": "^7.0",
"symfony/phpunit-bridge": "^3.4.5"
},
Expand Down
2 changes: 0 additions & 2 deletions news-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
"require-dev": {
"contao/manager-plugin": "^2.3.1",
"contao/test-case": "^1.3",
"php-coveralls/php-coveralls": "^2.1",
"php-http/guzzle6-adapter": "^1.1",
"php-http/message-factory": "^1.0.2",
"phpunit/phpunit": "^7.0",
"symfony/phpunit-bridge": "^3.4.5"
},
Expand Down
3 changes: 2 additions & 1 deletion newsletter-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"contao/manager-plugin": "<2.0 || >=3.0"
},
"require-dev": {
"contao/manager-plugin": "^2.0"
"contao/manager-plugin": "^2.0",
"php-http/guzzle6-adapter": "^1.1"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit e75d595

Please sign in to comment.