Skip to content

Commit

Permalink
Merge pull request #4045 from nanasess/add-php73
Browse files Browse the repository at this point in the history
Add PHP7.3 to Travis
  • Loading branch information
Chihiro Adachi authored Mar 26, 2019
2 parents 0da26a9 + 3fcbc7d commit e4f725e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ cache:
php:
- 7.1
- 7.2
- 7.3

env:
- DATABASE_URL=mysql://root:@localhost/cube4_dev DATABASE_SERVER_VERSION=5
Expand Down
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"minimum-stability": "stable",
"require": {
"php": "^7.1.3",
"ext-intl": "^1.1",
"ext-intl": "*",
"ext-mbstring": "*",
"composer/ca-bundle": "^1.1",
"composer/composer": "^1.6",
Expand Down Expand Up @@ -48,7 +48,8 @@
"psr/simple-cache": "^1.0",
"sensio/framework-extra-bundle": "^5.1",
"sensio/generator-bundle": "^3.1",
"setasign/fpdi-tcpdf": "^2.0",
"setasign/fpdi": "^2.2",
"setasign/fpdi-tcpdf": "^2.2",
"suncat/mobile-detect-bundle": "^1.1",
"swiftmailer/swiftmailer": "^6.1",
"symfony/asset": "^3.4",
Expand Down Expand Up @@ -100,6 +101,7 @@
"symfony/web-server-bundle": "^3.4",
"symfony/workflow": "^3.4",
"symfony/yaml": "^3.4",
"tecnickcom/tcpdf": "^6.2",
"twig/extensions": "^1.5",
"twig/twig": "^2.4",
"vlucas/phpdotenv": "v2.4.0"
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,9 @@
"psr/simple-cache": {
"version": "1.0.0"
},
"ralouphie/getallheaders": {
"version": "2.0.5"
},
"sebastian/code-unit-reverse-lookup": {
"version": "1.0.1"
},
Expand Down

0 comments on commit e4f725e

Please sign in to comment.