Skip to content

Commit

Permalink
Merge pull request #15 from megasteve19/main
Browse files Browse the repository at this point in the history
Laravel 10
  • Loading branch information
ArdaKaraderi authored Feb 17, 2023
2 parents 86c9b87 + 1627451 commit 2fafc8d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"require": {
"php": "^8.1",
"doctrine/dbal": "^3.4",
"illuminate/contracts": "^9.0",
"illuminate/database": "^9.34",
"illuminate/support": "^9.34",
"illuminate/console":"^9.34",
"illuminate/filesystem":"^9.34",
"illuminate/contracts": "^10.0",
"illuminate/database": "^10.0",
"illuminate/support": "^10.0",
"illuminate/console":"^10.0",
"illuminate/filesystem":"^10.0",
"spatie/laravel-package-tools": "^1.13.0"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^6.0",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^7.0",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
"phpstan/extension-installer": "^1.1",
Expand Down

0 comments on commit 2fafc8d

Please sign in to comment.