Skip to content

Commit

Permalink
Allow for PHP 8.0 to be installed by Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Apr 22, 2021
1 parent f456f64 commit afafde4
Show file tree
Hide file tree
Showing 42 changed files with 41 additions and 45 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"ext-exif": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
Expand Down Expand Up @@ -190,7 +190,6 @@
"phpunit/phpunit": "^8.5",
"psalm/plugin-mockery": "0.7.0",
"psr/event-dispatcher": "^1.0",
"sspooky13/yaml-standards": "^6.0",
"stripe/stripe-php": "^6.43",
"sylius-labs/coding-standard": "^3.1",
"symfony/browser-kit": "^4.4 || ^5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/AddressingBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"stof/doctrine-extensions-bundle": "^1.4",
"sylius/addressing": "^1.6",
"sylius/resource-bundle": "^1.7",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/AdminBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"sylius/core-bundle": "^1.6",
"sylius/ui-bundle": "^1.6",
"symfony/framework-bundle": "^4.4 || ^5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/ApiBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"api-platform/core": "^2.6",
"lexik/jwt-authentication-bundle": "^2.6",
"sylius/core-bundle": "^1.7",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/AttributeBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"ramsey/uuid": "^3.9",
"stof/doctrine-extensions-bundle": "^1.4",
"sylius/attribute": "^1.6",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/ChannelBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"sylius/channel": "^1.6",
"sylius/resource-bundle": "^1.7",
"symfony/framework-bundle": "^4.4 || ^5.2"
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/CoreBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"doctrine/doctrine-migrations-bundle": "^3.0",
"egulias/email-validator": "^3.0",
"fzaninotto/faker": "^1.9",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/CurrencyBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"sylius/currency": "^1.6",
"sylius/resource-bundle": "^1.7",
"symfony/framework-bundle": "^4.4 || ^5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/CustomerBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"doctrine/orm": "^2.7",
"egulias/email-validator": "^3.0",
"sylius/customer": "^1.6",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/InventoryBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"sylius/inventory": "^1.6",
"sylius/resource-bundle": "^1.7",
"symfony/framework-bundle": "^4.4 || ^5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/LocaleBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"sylius/locale": "^1.6",
"sylius/resource-bundle": "^1.7",
"symfony/framework-bundle": "^4.4 || ^5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/MoneyBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"sylius/resource-bundle": "^1.7",
"symfony/framework-bundle": "^4.4 || ^5.2",
"symfony/intl": "^4.4 || ^5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/OrderBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"stof/doctrine-extensions-bundle": "^1.4",
"sylius-labs/polyfill-symfony-framework-bundle": "^1.0",
"sylius/money-bundle": "^1.6",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/PaymentBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"sylius/payment": "^1.6",
"sylius/resource-bundle": "^1.7",
"symfony/framework-bundle": "^4.4 || ^5.2"
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/PayumBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"payum/payum": "^1.6",
"payum/payum-bundle": "^2.4",
"php-http/guzzle6-adapter": "^2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/ProductBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"stof/doctrine-extensions-bundle": "^1.4",
"sylius/attribute-bundle": "^1.6",
"sylius/locale-bundle": "^1.6",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/PromotionBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"stof/doctrine-extensions-bundle": "^1.4",
"sylius/money-bundle": "^1.6",
"sylius/promotion": "^1.6",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/ReviewBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"stof/doctrine-extensions-bundle": "^1.4",
"sylius/mailer-bundle": "^1.4",
"sylius/resource-bundle": "^1.7",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/ShippingBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"stof/doctrine-extensions-bundle": "^1.4",
"sylius/money-bundle": "^1.6",
"sylius/resource-bundle": "^1.7",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/ShopBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"sylius/core-bundle": "^1.6",
"sylius/ui-bundle": "^1.6",
"symfony/framework-bundle": "^4.4 || ^5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/TaxationBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"stof/doctrine-extensions-bundle": "^1.4",
"sylius/registry": "^1.5",
"sylius/resource-bundle": "^1.7",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/TaxonomyBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"stof/doctrine-extensions-bundle": "^1.4",
"sylius/resource-bundle": "^1.7",
"sylius/taxonomy": "^1.6",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/UiBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"doctrine/collections": "^1.6",
"knplabs/knp-menu": "^3.1",
"knplabs/knp-menu-bundle": "^3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/UserBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"doctrine/orm": "^2.7",
"egulias/email-validator": "^3.0",
"sylius-labs/polyfill-symfony-event-dispatcher": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Addressing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"sylius/registry": "^1.5",
"sylius/resource": "^1.7",
"symfony/intl": "^4.4 || ^5.2"
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Attribute/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"doctrine/collections": "^1.6",
"sylius/registry": "^1.5",
"sylius/resource": "^1.7",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Channel/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"sylius/resource": "^1.7",
"symfony/form": "^4.4 || ^5.2",
"symfony/http-foundation": "^4.4 || ^5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"knplabs/gaufrette": "^0.8",
"payum/payum": "^1.6",
"php-http/guzzle6-adapter": "^2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Currency/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"sylius/resource": "^1.7",
"symfony/intl": "^4.4 || ^5.2",
"laminas/laminas-stdlib": "^3.2"
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Customer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"doctrine/collections": "^1.6",
"sylius/resource": "^1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Inventory/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"sylius/resource": "^1.7",
"webmozart/assert": "^1.8"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Locale/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"sylius/resource": "^1.7",
"symfony/intl": "^4.4 || ^5.2",
"laminas/laminas-stdlib": "^3.2"
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Order/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"sylius/resource": "^1.7",
"webmozart/assert": "^1.8",
"laminas/laminas-stdlib": "^3.2"
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Payment/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"sylius/registry": "^1.5",
"sylius/resource": "^1.7"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Product/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"behat/transliterator": "^1.1",
"sylius/attribute": "^1.6",
"sylius/resource": "^1.7",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Promotion/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"doctrine/orm": "^2.5",
"sylius/registry": "^1.5",
"sylius/resource": "^1.7"
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Review/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"doctrine/collections": "^1.6",
"sylius/resource": "^1.7"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Shipping/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"sylius/registry": "^1.5",
"sylius/resource": "^1.7",
"symfony/options-resolver": "^4.4 || ^5.2"
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Taxation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"sylius/registry": "^1.5",
"sylius/resource": "^1.7"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Taxonomy/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"behat/transliterator": "^1.3",
"sylius/resource": "^1.7",
"webmozart/assert": "^1.8"
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/User/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"doctrine/collections": "^1.6",
"sylius-labs/polyfill-symfony-security": "^1.0",
"sylius/resource": "^1.7",
Expand Down
3 changes: 0 additions & 3 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -627,9 +627,6 @@
"squizlabs/php_codesniffer": {
"version": "3.3.1"
},
"sspooky13/yaml-standards": {
"version": "5.0.0"
},
"stof/doctrine-extensions-bundle": {
"version": "1.2",
"recipe": {
Expand Down

0 comments on commit afafde4

Please sign in to comment.