Skip to content

Commit

Permalink
chore: add phpunit 10 & 11 constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzarbn committed Jun 14, 2024
1 parent 8f76a5a commit 97215d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailflow/laravel-orion",
"description": "Laravel Orion allows you to build a fully featured REST API based on your Eloquent models and relationships with the simplicity of Laravel as you love it.",
"description": "Orion for Laravel allows you to build a fully featured REST API based on your Eloquent models and relationships with the simplicity of Laravel as you love it.",
"keywords": [
"laravel",
"api"
Expand Down Expand Up @@ -31,7 +31,7 @@
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "^3.7|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0",
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0"
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 97215d3

Please sign in to comment.