Skip to content

Commit 5434642

Browse files
committed
Add support for PHP 8
1 parent e2703ae commit 5434642

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
@@ -33,6 +33,7 @@ matrix:
3333
env: DEPENDENCIES="dunglas/symfony-lock:^4" SYMFONY_DEPRECATIONS_HELPER="2"
3434

3535
- php: 7.3
36+
- php: 8.0
3637

3738
# Latest commit to master
3839
- php: 7.4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.2",
12+
"php": "^7.2 || ^8.0",
1313
"nikic/php-parser": "^3.0 || ^4.0",
1414
"symfony/finder": "^3.4 || ^4.3 || ^5.0",
1515
"twig/twig": "^2.0 || ^3.0",

0 commit comments

Comments
 (0)