Skip to content

Commit

Permalink
Bump minimum php version to 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acrobat committed Aug 30, 2018
1 parent 883e4be commit 6f6d1c9
Show file tree
Hide file tree
Showing 28 changed files with 29 additions and 33 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ cache:
- $HOME/.composer/cache/files

php:
- 5.6
- 7.0
- 7.1
- 7.2

matrix:
fast_finish: true
Expand All @@ -18,7 +17,7 @@ matrix:
before_install:
- cp /home/travis/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini ~/xdebug.ini
- phpenv config-rm xdebug.ini || true
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi;
- echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini;
- composer selfupdate
- if [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/symfony:${SYMFONY_VERSION} --no-update; fi
- wget https://scrutinizer-ci.com/ocular.phar
Expand All @@ -29,9 +28,6 @@ before_install:
install: composer update --prefer-dist $COMPOSER_FLAGS

before_script:
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ] && [ $(php -r "echo PHP_MINOR_VERSION;") -le 4 ] && [ $(php -r "echo PHP_MAJOR_VERSION;") -le 5 ]; then echo "extension = apc.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ] && [ $(php -r "echo PHP_MAJOR_VERSION;") -le 5 ]; then echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ] && [ $(php -r "echo PHP_MAJOR_VERSION;") -le 5 ]; then echo "extension = memcache.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;
- phpenv config-add ~/xdebug.ini || true

script: ./vendor/codeception/codeception/codecept run --coverage --coverage-xml
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=5.6.0",
"php": "^7.1",
"symfony/symfony": "~3.4",
"doctrine/orm": "^2.5",
"doctrine/dbal": "^2.5",
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/system-requirements.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# System Requirements

* PHP
* minimum version is PHP 5.6, but also working great with PHP 7.0 or PHP 7.1.
* minimum version is PHP 7.1
* JSON needs to be enabled
* ctype needs to be enabled
* curl needs to be enabled
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Starting fresh has a lot of advantages and going further we defined the basic pr
2. Added on top of the framework we included a lot of **community components** that provide our extended framework with functionality like Image resizing, pagination, user management, an advanced router, etc.
3. And we wrap all this into a **user friendly admin interface with content management** functionalities.

We are able to support PHP 5.4 and up, and all Symfony versions since 2.3. We constantly test and adapt to be able to run the latest and greatest from Symfony and the community.
We support PHP 7.1 and up, and Symfony 3.4. We constantly test and adapt to be able to run the latest and greatest from Symfony and the community.

# Open Source

Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/AdminBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=5.5.0",
"php": "^7.1",
"symfony/symfony": "~2.8",
"doctrine/orm": "~2.2,>=2.2.3",
"friendsofsymfony/user-bundle": "2.0.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/AdminListBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=5.5.0",
"php": "^7.1",
"symfony/symfony": "~2.8",
"sensio/framework-extra-bundle": ">=2.3.4,<4.0.0",
"white-october/pagerfanta-bundle": "1.0.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/ArticleBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=5.5.0",
"php": "^7.1",
"symfony/symfony": "~2.8",
"white-october/pagerfanta-bundle": "1.0.*",
"kunstmaan/admin-bundle": "~3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/BehatBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=5.4.0",
"php": "^7.1",
"symfony/symfony": "~2.3",
"behat/behat": "~2.5.0",
"behat/mink": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/DashboardBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=5.4.0",
"php": "^7.1",
"symfony/symfony": "~2.6",
"doctrine/orm": "^2.2.3",
"alchemy/google-plus-api-client": "~0.6.5"
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/FixturesBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=5.4.0",
"php": "^7.1",
"symfony/symfony": "~2.3",
"doctrine/orm": "^2.2.3",
"doctrine/doctrine-bundle": "~1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/FormBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=5.5.0",
"php": "^7.1",
"symfony/symfony": "~2.8",
"ddeboer/data-import-bundle": "0.1.*",
"gedmo/doctrine-extensions": "2.3.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/GeneratorBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=5.5.0",
"php": "^7.1",
"symfony/symfony": "~2.8",
"doctrine/orm": "^2.2.3",
"sensio/generator-bundle": "~2.5|~3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/LeadGenerationBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=5.5.0",
"php": "^7.1",
"symfony/symfony": "~2.8",
"kunstmaan/adminlist-bundle": "~3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/MediaBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=5.5.0",
"php": "^7.1",
"symfony/symfony": "^2.8",
"gedmo/doctrine-extensions": "2.3.*",
"doctrine/doctrine-fixtures-bundle": "~2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/MediaPagePartBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=5.5.0",
"php": "^7.1",
"symfony/symfony": "~2.8",
"kunstmaan/pagepart-bundle": "~3.2",
"kunstmaan/media-bundle": "~3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/MenuBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=5.5.0",
"php": "^7.1",
"symfony/symfony": "~2.8",
"kunstmaan/adminlist-bundle": "~3.2",
"kunstmaan/node-bundle": "~3.2"
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/NodeBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=5.5.0",
"php": "^7.1",
"symfony/symfony": "~2.8",
"gedmo/doctrine-extensions": "2.3.*",
"symfony-cmf/routing-bundle": "dev-master",
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/NodeSearchBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=5.5.0",
"php": "^7.1",
"symfony/symfony": "~2.8",
"white-october/pagerfanta-bundle": "1.0.*",
"ruflin/elastica": "~3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/PagePartBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=5.5.0",
"php": "^7.1",
"symfony/symfony": "~2.8",
"kunstmaan/admin-bundle": "~3.2",
"kunstmaan/utilities-bundle": "~3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/RedirectBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=5.5.0",
"php": "^7.1",
"symfony/symfony": "~2.8",
"symfony-cmf/routing-bundle": "dev-master",
"symfony-cmf/routing": "~1.4",
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/SearchBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=5.5.0",
"php": "^7.1",
"symfony/symfony": "~2.8",
"ruflin/elastica": "~3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/SeoBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=5.5.0",
"php": "^7.1",
"symfony/symfony": "~2.8",
"gedmo/doctrine-extensions": "2.3.*",
"kunstmaan/admin-bundle": "~3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/SitemapBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=5.5.0",
"php": "^7.1",
"symfony/symfony": "~2.8",
"kunstmaan/admin-bundle": "~3.2",
"kunstmaan/node-bundle": "~3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/TaggingBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=5.5.0",
"php": "^7.1",
"symfony/symfony": "~2.8",
"fpn/doctrine-extensions-taggable": "0.9.0",
"kunstmaan/admin-bundle": "~3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/TranslatorBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=5.5.0",
"php": "^7.1",
"symfony/symfony": "~2.8",
"doctrine/orm": "^2.2.3",
"doctrine/doctrine-bundle": "~1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/UserManagementBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=5.5.0",
"php": "^7.1",
"symfony/symfony": "~2.8",
"kunstmaan/adminlist-bundle": "~3.2",
"kunstmaan/admin-bundle": "~3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/UtilitiesBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=5.5.0",
"php": "^7.1",
"symfony/symfony": "~2.8",
"doctrine/orm": "~2.2,>=2.2.3",
"behat/transliterator": "~1.2"
Expand Down
2 changes: 1 addition & 1 deletion src/Kunstmaan/VotingBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=5.4.0",
"php": "^7.1",
"symfony/symfony": "~2.3",
"doctrine/orm": "~2.2,>=2.2.3",
"doctrine/doctrine-fixtures-bundle": "~2.2.0"
Expand Down

0 comments on commit 6f6d1c9

Please sign in to comment.