Skip to content
Open
Show file tree
Hide file tree
Changes from all 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 @@
/.idea
/.phpunit.result.cache
/.phpunit.cache
/.php-cs-fixer.cache
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"laravel/framework": "<11.0.0"
},
"require-dev": {
"orchestra/testbench": "^9.5.2",
"laravel/pint": "^1.18.1",
"pestphp/pest": "^3.5.1",
"pestphp/pest-plugin-type-coverage": "^3.1.0",
"phpstan/phpstan": "^1.12.7",
"rector/rector": "^1.2.8",
"symfony/var-dumper": "^7.1.6"
"orchestra/testbench": "^v10.3.0",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need a testbench v9.x for supporting laravel 11

"laravel/pint": "^v1.22.1",
"pestphp/pest": "^v3.8.2",
"pestphp/pest-plugin-type-coverage": "^v3.5.1",
"phpstan/phpstan": "^2.1.14",
"rector/rector": "^2.0.16",
"symfony/var-dumper": "^v7.2.6"
},
"autoload": {
"psr-4": {
Expand Down