Skip to content

Commit

Permalink
Merge pull request #6 from TomHAnderson/feature/update-versions
Browse files Browse the repository at this point in the history
Up supported versions
  • Loading branch information
TomHAnderson authored Apr 10, 2024
2 parents 0e7901d + bacc366 commit fe534a7
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"require": {
"php": "^8.0",
"doctrine/data-fixtures": "^1.5",
"laravel/framework": "^8.82||^9.0",
"vimeo/psalm": "^4.20"
"laravel/framework": "^8.82 || ^9.0 || ^10.0 || ^11.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"doctrine/coding-standard": "^9.0",
"doctrine/coding-standard": "^9",
"doctrine/dbal": "^2.13",
"laravel-doctrine/orm": "^1.7",
"orchestra/testbench": "^6.24"
"orchestra/testbench": "^6.24",
"vimeo/psalm": "^4.20 || ^5.0"
},
"license": "MIT",
"autoload": {
Expand All @@ -38,5 +38,10 @@
"ApiSkeletons\\Laravel\\Doctrine\\DataFixtures\\ServiceProvider"
]
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit fe534a7

Please sign in to comment.