Skip to content

Commit

Permalink
EZP-30488: Upgraded package to use Symfony 4 components (#3)
Browse files Browse the repository at this point in the history
* Upgraded package to use Symfony 4 components

* Updated minimal symfony/* package versions to 4.3

* Updated minimal PHP version to 7.3
  • Loading branch information
webhdx authored and alongosz committed Jun 10, 2019
1 parent 9b66bc0 commit 2d8e707
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ cache:
matrix:
fast_finish: true
include:
- name: 'Unit tests on PHP 7.1'
php: '7.1'
env: CMD='composer test' MYSQL_DATABASE_URL='mysql://root@localhost/testdb'
- name: 'Unit tests on PHP 7.3'
php: '7.3'
env: CMD='composer test' MYSQL_DATABASE_URL='mysql://root@localhost/testdb'
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"type": "ezplatform-bundle",
"license": "GPL-2.0-only",
"require": {
"php": "^7.1",
"symfony/http-kernel": "^3.4",
"symfony/yaml": "^3.4",
"php": "^7.3",
"doctrine/dbal": "^2.9",
"symfony/dependency-injection": "^3.4",
"symfony/config": "^3.4"
"symfony/config": "^4.3",
"symfony/dependency-injection": "^4.3",
"symfony/http-kernel": "^4.3",
"symfony/yaml": "^4.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
Expand Down

0 comments on commit 2d8e707

Please sign in to comment.