Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Allow PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eivydas committed Apr 5, 2024
1 parent aee5ec8 commit 1fc5eec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
13 changes: 3 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-eventmanager": "^3.4",
"laminas/laminas-router": "^3.5",
"slm/queue": "dev-feature/php8.3",
"slm/queue": "^3.1",
"doctrine/dbal": "^3.1.2",
"doctrine/annotations": "^1.8",
"laminas/laminas-config": "^3.7"
Expand All @@ -47,23 +47,16 @@
"phpunit/phpunit": "^9.3",
"squizlabs/php_codesniffer": "^3.6.2"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/eivydas/SlmQueue",
"canonical": true
}
],
"conflict": {
"doctrine/cache": ">2.0"
"doctrine/cache": ">=2.0"
},
"suggest": {
"doctrine/doctrine-orm-module": "If you use Doctrine in combination with Laminas",
"roave/psr-container-doctrine": "Configures Doctrine services automatically."
},
"extra": {
"branch-alias": {
"dev-feature/php8.3": "3.1.x-dev"
"dev-master": "3.1.x-dev"
},
"laminas": {
"module": "SlmQueueDoctrine\\Module",
Expand Down
5 changes: 0 additions & 5 deletions tests/laminas-runner/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
"laminas/laminas-cache-storage-adapter-zend-server": "*"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/eivydas/SlmQueue",
"canonical": true
},
{
"type": "path",
"url": "../.."
Expand Down
5 changes: 0 additions & 5 deletions tests/mezzio-runner/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
"laminas/laminas-cache-storage-adapter-zend-server": "*"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/eivydas/SlmQueue",
"canonical": true
},
{
"type": "path",
"url": "../.."
Expand Down

0 comments on commit 1fc5eec

Please sign in to comment.