Skip to content

Commit

Permalink
Bump minimum to PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
francislavoie committed Jan 22, 2024
1 parent c31be2c commit eae1567
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
php-versions: ['8.0', '8.1', '8.2', '8.3']

steps:
- name: Checkout
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
"source": "https://github.com/Vectorface/snappy-router"
},
"require": {
"php": ">=7.3.0",
"vectorface/whip": "^0.4",
"php": ">=8.0",
"vectorface/whip": "^0.5",
"twig/twig": "^2.0",
"nikic/fast-route":"^1.0.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.5.10",
"squizlabs/php_codesniffer": "1.*"
"squizlabs/php_codesniffer": "^2.0"
},
"scripts": {
"test": [
Expand Down

0 comments on commit eae1567

Please sign in to comment.