Skip to content
Open
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/vendor/
.php-cs.cache
.phpunit.result.cache
.phpunit.cache
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
]
},
"require": {
"spatie/laravel-data": "^3.2",
"laravel/framework": "^8|^9|^10",
"phpdocumentor/reflection-docblock": "^5.3",
"spatie/invade": "^1.0"
"spatie/laravel-data": "^4",
"laravel/framework": "^8|^9|^10|^11",
"phpdocumentor/reflection-docblock": "^5.4",
"spatie/invade": "^2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.15",
"nunomaduro/larastan": "^2.5",
"orchestra/testbench": "^7.8",
"pestphp/pest": "^1.21"
"friendsofphp/php-cs-fixer": "^3.59",
"nunomaduro/larastan": "^2.9",
"orchestra/testbench": "^9",
"pestphp/pest": "^v2.34"
},
"config": {
"allow-plugins": {
Expand Down
Loading