Skip to content

Commit

Permalink
BAP-14330: Drop php5.6 support (#8862)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyZ committed Mar 23, 2017
1 parent f389b81 commit f85609d
Show file tree
Hide file tree
Showing 79 changed files with 88 additions and 79 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ branches:
- /^\d+\.\d+$/

php:
- 5.6
- 7.0
- 7.1

Expand Down
10 changes: 10 additions & 0 deletions UPGRADE-2.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
UPGRADE FROM 2.0 to 2.1
========================

####General
- Changed minimum required php version to 7.0
- Updated dependency to [fxpio/composer-asset-plugin](https://github.com/fxpio/composer-asset-plugin) composer plugin to version 1.3.
- Composer updated to version 1.4.

```
composer self-update
composer global require "fxp/composer-asset-plugin"
```

MessageQueue Component
----------------------
- Class `Oro\Component\MessageQueue\Client\Meta\DestinationsCommand`
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=5.6",
"php": ">=7.0",
"ext-intl": "*",
"ext-mbstring": "*",
"ext-gd": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/ActivityBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["BAP", "Activity"],
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"oro/ui-bundle": "dev-master",
"oro/entity-config-bundle": "dev-master",
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/ActivityListBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["BAP", "Activity", "Activity List"],
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"oro/ui-bundle": "dev-master",
"oro/organization-bundle": "dev-master",
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/AddressBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/laboro/AddressBundle",
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"doctrine/orm": ">=2.2.3,<2.5-dev",
"doctrine/doctrine-bundle": "1.1.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/ApiBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/laboro/ApiBundle",
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"oro/config": "dev-master",
"oro/chain-processor": "dev-master"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/AsseticBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/laboro/AsseticBundle",
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"kriswallsmith/assetic": "1.1.*@dev",
"oro/config": "dev-master"
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/AttachmentBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["BAP", "Attachment", "File", "Image"],
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"liip/imagine-bundle": "1.7.*",
"oro/gaufrette-bundle": "dev-master"
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/BatchBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["BAP", "Batch", "Job", "Reader", "Writer", "Processor"],
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"oro/config": "dev-master",
"oro/form-bundle": "dev-master"
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/BusinessEntitiesBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["BAP"],
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"doctrine/orm": ">=2.3,<2.4-dev"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/CacheBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["Oro", "Cache"],
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/ChartBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["BAP"],
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"oro/ui-bundle": "dev-master",
"oro/locale-bundle": "dev-master",
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/CommentBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["BAP", "UI", "Comment"],
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"oro/ui-bundle": "dev-master",
"oro/calendar-bundle": "dev-master"
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/ConfigBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/laboro/ConfigBundle",
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"oro/config": "dev-master",
"oro/ui-bundle": "dev-master",
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/CronBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/laboro/CronBundle",
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"mtdowling/cron-expression": "1.0.*",
"oro/log": "dev-master",
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/DashboardBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["BAP", "Dashboard"],
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"oro/config": "dev-master",
"oro/ui-bundle": "dev-master",
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/DataAuditBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/laboro/UserBundle",
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"stof/doctrine-extensions-bundle": "dev-master",
"friendsofsymfony/rest-bundle": "1.5.0-RC2",
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/DataGridBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["BAP", "DataGrid"],
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"oro/config": "dev-master",
"oro/ui-bundle": "dev-master",
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/DistributionBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/laboro/DistributionBundle",
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"oro/config": "dev-master",
"components/jquery": "2.1.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/EmailBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["BAP"],
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"doctrine/orm": ">=2.3,<2.4-dev",
"a2lix/translation-form-bundle" : "1.x-dev",
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/EntityBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/laboro/EntityBundle",
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"oro/entity-config-bundle": "dev-master",
"oro/ui-bundle": "dev-master",
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/EntityConfigBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/laboro/EntityConfigBundle",
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"oro/config": "dev-master",
"oro/log": "dev-master",
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/EntityExtendBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/laboro/EntityExtendBundle",
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"oro/log": "dev-master",
"oro/ui-bundle": "dev-master",
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/EntityMergeBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/laboro/EntityMergeBundle",
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"oro/entity-config-bundle": "dev-master",
"oro/ui-bundle": "dev-master",
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/FilterBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/laboro/FilterBundle",
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"oro/ui-bundle": "dev-master",
"oro/requirejs-bundle": "dev-master",
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/FormBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"genemu/form-bundle": "2.1.*",
"oro/security-bundle": "dev-master",
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/GaufretteBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["BAP", "Gaufrette"],
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"knplabs/knp-gaufrette-bundle": "0.3.*"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/GoogleIntegrationBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["BAP"],
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"oro/config-bundle": "dev-master",
"oro/migration-bundle": "dev-master",
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/HelpBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/laboro/HelpBundle",
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"oro/config": "dev-master",
"oro/platform-bundle": "dev-master"
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/ImapBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/laboro/ImapBundle",
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"oro/log": "dev-master",
"zendframework/zend-mail": "2.1.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/ImportExportBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["BAP", "Data", "Import", "Export"],
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"oro/batch-bundle": "dev-master",
"knplabs/knp-gaufrette-bundle": "0.3.*"
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/InstallerBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/laboro/InstallerBundle",
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/framework-bundle": "2.8.*",
"sylius/flow-bundle": "dev-master",
"oro/config": "dev-master",
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/IntegrationBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["BAP", "Integration"],
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"doctrine/orm": ">=2.3,<2.4-dev",
"oro/log": "dev-master",
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/LayoutBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["BAP", "Layout", "Block"],
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"oro/layout": "dev-master"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/LocaleBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/laboro/LocaleBundle",
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"ext-intl": "*",
"symfony/symfony": "2.8.*, !=2.8.10",
"oro/config": "dev-master",
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/LoggerBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["BAP", "Log", "Logger", "Debug"],
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"oro/notification-bundle": "dev-master",
"oro/config-bundle": "dev-master",
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/MessageQueueBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["ORO", "Messaging", "Queue"],
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/framework-bundle": "2.3.*",
"oro/message-queue": "dev-master"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/MigrationBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/laboro/MigrationBundle",
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/framework-bundle": "2.8.*",
"oro/log": "dev-master"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/NavigationBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["BAP", "UI", "User Interface", "Menu", "Navigation", "Pinbar", "Shortcuts", "History"],
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"oro/config": "dev-master",
"oro/ui-bundle": "dev-master",
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/NoteBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["BAP", "UI", "Note"],
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"liip/imagine-bundle": "1.7.*",
"oro/ui-bundle": "dev-master",
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/NotificationBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["BAP"],
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"oro/email-bundle": "dev-master"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Oro/Bundle/OrganizationBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["BAP"],
"license": "MIT",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"symfony/symfony": "2.8.*, !=2.8.10",
"oro/ui-bundle": "dev-master",
"oro/user-bundle": "dev-master",
Expand Down
Loading

0 comments on commit f85609d

Please sign in to comment.