Skip to content

Commit 33d83fc

Browse files
Merge pull request #1 from appng-pl/php8
PHP 8 support added
2 parents c8a54b9 + 25589e3 commit 33d83fc

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
@@ -17,6 +17,7 @@ matrix:
1717
- php: 7.2
1818
- php: 7.3
1919
- php: 7.4
20+
- php: 8.0
2021

2122
allow_failures:
2223
- php: nightly

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.2",
15+
"php": "^7.2|^8.0",
1616
"symfony/console": "^3.4|^4.3|^5.0",
1717
"doctrine/orm": "^2.5.11",
1818
"doctrine/doctrine-bundle": "^1.6.10|^2.0",

0 commit comments

Comments
 (0)