Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Updated php dependency for ^5.4 & 7.*
Browse files Browse the repository at this point in the history
* We cannot ensure that will work with >=8.0
  • Loading branch information
mmoreram committed Oct 29, 2015
1 parent eed3c5b commit 6116778
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
],
"require": {
"php": ">=5.4",
"php": "^5.4|^7.0",
"ext-openssl": "*",

"symfony/symfony": "^2.7",
Expand Down
2 changes: 1 addition & 1 deletion src/Elcodi/Plugin/CustomShippingBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
],
"require": {
"php": ">=5.4",
"php": "^5.4|^7.0",

"symfony/config": "^2.7",
"symfony/console": "^2.7",
Expand Down
2 changes: 1 addition & 1 deletion src/Elcodi/Plugin/DisqusBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
],
"require": {
"php": ">=5.4",
"php": "^5.4|^7.0",

"symfony/config": "^2.7",
"symfony/console": "^2.7",
Expand Down
2 changes: 1 addition & 1 deletion src/Elcodi/Plugin/FacebookBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
],
"require": {
"php": ">=5.4",
"php": "^5.4|^7.0",

"symfony/config": "^2.7",
"symfony/console": "^2.7",
Expand Down
2 changes: 1 addition & 1 deletion src/Elcodi/Plugin/FreePaymentBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
],
"require": {
"php": ">=5.4",
"php": "^5.4|^7.0",

"paymentsuite/free-payment-bundle": "^1.0",
"elcodi/core-bundle": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Elcodi/Plugin/GoogleAnalyticsBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
],
"require": {
"php": ">=5.4",
"php": "^5.4|^7.0",

"symfony/config": "^2.7",
"symfony/console": "^2.7",
Expand Down
2 changes: 1 addition & 1 deletion src/Elcodi/Plugin/PaypalWebCheckoutBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
],
"require": {
"php": ">=5.4",
"php": "^5.4|^7.0",

"symfony/config": "^2.7",
"symfony/console": "^2.7",
Expand Down
2 changes: 1 addition & 1 deletion src/Elcodi/Plugin/PinterestBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
],
"require": {
"php": ">=5.4",
"php": "^5.4|^7.0",

"symfony/config": "^2.7",
"symfony/console": "^2.7",
Expand Down
2 changes: 1 addition & 1 deletion src/Elcodi/Plugin/ProductCsvBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
],
"require": {
"php": ">=5.4",
"php": "^5.4|^7.0",

"symfony/framework-bundle": "^2.7",
"symfony/http-foundation": "^2.7",
Expand Down
2 changes: 1 addition & 1 deletion src/Elcodi/Plugin/StoreSetupWizardBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
],
"require": {
"php": ">=5.4",
"php": "^5.4|^7.0",

"symfony/config": "^2.7",
"symfony/console": "^2.7",
Expand Down
2 changes: 1 addition & 1 deletion src/Elcodi/Plugin/StoreTemplateBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
],
"require": {
"php": ">=5.4",
"php": "^5.4|^7.0",

"symfony/http-kernel": "^2.7"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Elcodi/Plugin/StripeBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
],
"require": {
"php": ">=5.4",
"php": "^5.4|^7.0",

"symfony/config": "^2.7",
"symfony/console": "^2.7",
Expand Down
2 changes: 1 addition & 1 deletion src/Elcodi/Plugin/TwitterBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
],
"require": {
"php": ">=5.4",
"php": "^5.4|^7.0",

"symfony/config": "^2.7",
"symfony/console": "^2.7",
Expand Down

0 comments on commit 6116778

Please sign in to comment.