Skip to content

Commit

Permalink
PHP 8.3 support added
Browse files Browse the repository at this point in the history
  • Loading branch information
glo71317 committed Oct 16, 2023
1 parent 76de900 commit 0d35841
Show file tree
Hide file tree
Showing 2 changed files with 345 additions and 227 deletions.
19 changes: 15 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,27 @@
"chat": "https://laminas.dev/chat",
"forum": "https://discourse.laminas.dev"
},
"repositories": [
{
"type" : "vcs",
"url" : "[email protected]:glo71317/laminas-loader.git"
},
{
"type" : "vcs",
"url" : "[email protected]:glo71317/laminas-uri.git"
}
],
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"sort-packages": true
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"laminas/laminas-loader": "^2.8",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-loader": "dev-php8.3_support",
"laminas/laminas-stdlib": "^3.6",
"laminas/laminas-uri": "^2.9.1",
"laminas/laminas-uri": "dev-php_8.3",
"laminas/laminas-validator": "^2.15"
},
"require-dev": {
Expand Down Expand Up @@ -59,5 +69,6 @@
},
"conflict": {
"zendframework/zend-http": "*"
}
},
"minimum-stability": "dev"
}
Loading

0 comments on commit 0d35841

Please sign in to comment.