Skip to content

Commit a671a10

Browse files
authored
Merge pull request #11 from akrabat/php8
Set minimum PHP version to 8.0
2 parents 12837d1 + 181e9a6 commit a671a10

File tree

5 files changed

+1008
-668
lines changed

5 files changed

+1008
-668
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
build
22
vendor
3+
.phpunit.result.cache

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"psr/http-message": "^1.0"
1919
},
2020
"require-dev": {
21-
"php": ">=7.0",
22-
"phpunit/phpunit": "^6",
23-
"squizlabs/php_codesniffer": "^2.3",
24-
"zendframework/zend-diactoros": "^1.1"
21+
"php": "^8.0",
22+
"phpunit/phpunit": "^9.6",
23+
"squizlabs/php_codesniffer": "^3.7",
24+
"laminas/laminas-diactoros": "^2.24"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)