Skip to content

Commit eae1567

Browse files
committed
Bump minimum to PHP 8.0
1 parent c31be2c commit eae1567

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
operating-system: [ubuntu-latest]
19-
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
19+
php-versions: ['8.0', '8.1', '8.2', '8.3']
2020

2121
steps:
2222
- name: Checkout

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@
2929
"source": "https://github.com/Vectorface/snappy-router"
3030
},
3131
"require": {
32-
"php": ">=7.3.0",
33-
"vectorface/whip": "^0.4",
32+
"php": ">=8.0",
33+
"vectorface/whip": "^0.5",
3434
"twig/twig": "^2.0",
3535
"nikic/fast-route":"^1.0.0",
3636
"psr/log": "^1.0 || ^2.0 || ^3.0",
3737
"ext-json": "*"
3838
},
3939
"require-dev": {
4040
"phpunit/phpunit": "^9.5.10",
41-
"squizlabs/php_codesniffer": "1.*"
41+
"squizlabs/php_codesniffer": "^2.0"
4242
},
4343
"scripts": {
4444
"test": [

0 commit comments

Comments
 (0)