Skip to content

Commit a0cb3c9

Browse files
committed
* Allow PHP 8
* Replace Zend Diactoros with Laminas Diactoros * Upgrade PHPUnit to 7-9 range
1 parent 5e2d3d8 commit a0cb3c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
}
1515
},
1616
"require": {
17-
"php": "~7.1",
17+
"php": "^7.1 || ^8.0",
1818
"php-di/php-di": "^6.0.0",
1919
"php-di/invoker": "^2.0.0",
2020
"slim/slim": "^4.2.0"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "~6.0",
24-
"zendframework/zend-diactoros": "^2.1"
23+
"laminas/laminas-diactoros": "^2.1",
24+
"phpunit/phpunit": ">= 7.0 < 10"
2525
}
2626
}

0 commit comments

Comments
 (0)