Skip to content

Commit 97215d3

Browse files
committed
chore: add phpunit 10 & 11 constraints
1 parent 8f76a5a commit 97215d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailflow/laravel-orion",
3-
"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.",
3+
"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.",
44
"keywords": [
55
"laravel",
66
"api"
@@ -31,7 +31,7 @@
3131
"require-dev": {
3232
"mockery/mockery": "^1.0",
3333
"orchestra/testbench": "^3.7|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0",
34-
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0"
34+
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
3535
},
3636
"autoload": {
3737
"psr-4": {

0 commit comments

Comments
 (0)