Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Jun 8, 2024
1 parent 94354b8 commit ddcfb3d
Show file tree
Hide file tree
Showing 6 changed files with 2,671 additions and 1,663 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ composer.phar
.DS_Store
.php-cs-fixer.cache
.phpunit.result.cache
.phpunit.cache/
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
],
"require": {
"php": "^8.2",
"illuminate/support": "^10.0|^11.0",
"illuminate/database": "^10.0|^11.0",
"illuminate/events": "^10.0|^11.0"
"illuminate/support": "^11.0",
"illuminate/database": "^11.0",
"illuminate/events": "^11.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.3",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpunit/phpunit": "^9.5.20",
"phpunit/phpunit": "^10.5",
"lychee-org/phpstan-lychee": "^1.0",
"nunomaduro/larastan": "^2.0",
"orchestra/testbench": "^8.0|^9.0"
Expand Down
Loading

0 comments on commit ddcfb3d

Please sign in to comment.