Skip to content

Commit 74b4e65

Browse files
committed
minor #25 DX: Add PHP 7.3 to Travis and upgrade PHP CS Fixer (keradus)
This PR was squashed before being merged into the master branch (closes #25). Discussion ---------- DX: Add PHP 7.3 to Travis and upgrade PHP CS Fixer Replaces #8 Commits ------- 5a93879 DX: Travis - add job running on PHP 7.3 08042a5 DX: Upgrade PHP CS Fixer to one that supports PHP 7.3
2 parents 777408c + 5a93879 commit 74b4e65

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ matrix:
1818
env: deps=high
1919
- php: 7.2
2020
env: deps=low
21+
- php: 7.3
2122

2223
allow_failures:
2324
# Dev-master is allowed to fail.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"symfony/contracts": "^1.0"
2929
},
3030
"require-dev": {
31-
"friendsofphp/php-cs-fixer": "^2.13",
31+
"friendsofphp/php-cs-fixer": "^2.14",
3232
"symfony/framework-bundle": "^3.4 || ^4.0",
3333
"symfony/phpunit-bridge": "^3.4 || ^4.1",
3434
"symfony/twig-bundle": "^3.4 || ^4.0",

0 commit comments

Comments
 (0)