Skip to content

Commit

Permalink
Resolve the pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
glo71317 committed Nov 21, 2023
1 parent 2f91397 commit 7a19200
Show file tree
Hide file tree
Showing 2 changed files with 230 additions and 393 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"config": {
"sort-packages": true,
"platform": {
"php": "8.0.99"
"php": "8.1.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-config": "^3.7",
"laminas/laminas-crypt": "^3.6.0",
"laminas/laminas-http": "^2.15",
Expand All @@ -35,7 +35,7 @@
"laminas/laminas-uri": "^2.9"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-coding-standard": "~1.0.0",
"phpunit/phpunit": "^9.5.5"
},
"autoload": {
Expand Down
Loading

0 comments on commit 7a19200

Please sign in to comment.