Skip to content

Commit

Permalink
Merge pull request #423 from mathieupetrini/master
Browse files Browse the repository at this point in the history
add php8 support
  • Loading branch information
stof committed Jan 20, 2021
2 parents d2a18be + 399cf33 commit f3c948b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.1.3 || ^8.0",
"symfony/framework-bundle": "^4.3 || ^5.0",
"gedmo/doctrine-extensions": "^2.3.4 || ^3.0.0"
},
Expand Down

0 comments on commit f3c948b

Please sign in to comment.