Skip to content

Commit 3aa1500

Browse files
Allow php 8
1 parent 05721c3 commit 3aa1500

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ Tests/Resources/outputs/*
77
!Tests/Resources/outputs/.gitkeep
88

99
phpunit.xml
10+
.phpunit.result.cache

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
}
1414
],
1515
"require": {
16-
"php": "^7.2",
16+
"php": "^7.2|^8.0",
1717
"symfony/process": "^4.0|^5.0"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^7.5"
20+
"phpunit/phpunit": "^8.5|^9.5"
2121
},
2222
"minimum-stability": "stable",
2323
"autoload": {

0 commit comments

Comments
 (0)