Skip to content

Commit a41a7cf

Browse files
committed
Added support for PHP 8
1 parent d778d43 commit a41a7cf

File tree

3 files changed

+2873
-2
lines changed

3 files changed

+2873
-2
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
build/
2-
composer.lock
32
vendor/
43
.phpintel/
54
.idea/

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php" : "~7.1"
20+
"php" : "~7.1|^8.0"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": ">=7.0",

0 commit comments

Comments
 (0)