Skip to content

Commit

Permalink
drop php 8 support
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Demonchaux <demonchaux.stephane@gmail.com>
  • Loading branch information
fezfez committed May 9, 2023
1 parent 161be43 commit dd7e677
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 99 deletions.
7 changes: 2 additions & 5 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
"extensions": [
"inotify",
"swoole"
],
"ignore_php_platform_requirements": {
"8.2": true
}
}
]
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"composer/package-versions-deprecated": true
},
"platform": {
"php": "8.0.99"
"php": "8.1.99"
}
},
"extra": {
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0",
"dflydev/fig-cookies": "^2.0.1 || ^3.0",
"laminas/laminas-cli": "^1.8",
"laminas/laminas-diactoros": "^2.25.2 || ^3.0",
Expand Down
Loading

0 comments on commit dd7e677

Please sign in to comment.