Skip to content

Commit

Permalink
Merge pull request #120 from Nicklas373/dev/fe/master-live
Browse files Browse the repository at this point in the history
FE: Upgrade to Laravel 11.x
  • Loading branch information
Nicklas373 committed Apr 28, 2024
2 parents 7ce9be2 + 32bcc0f commit 535edb4
Show file tree
Hide file tree
Showing 4 changed files with 400 additions and 336 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"keywords": ["laravel", "framework"],
"license": "MIT",
"require": {
"php": "^8.1",
"php": "^8.2",
"guzzlehttp/guzzle": "^7.2",
"irazasyed/telegram-bot-sdk": "^3.13",
"laravel/framework": "^10.10",
"laravel/sanctum": "^3.3",
"laravel/tinker": "^2.8"
"laravel/framework": "^11.0",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.9"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
"laravel/pint": "^1.0",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0",
"nunomaduro/collision": "^8.1",
"phpunit/phpunit": "^10.1",
"spatie/laravel-ignition": "^2.0"
},
Expand Down

0 comments on commit 535edb4

Please sign in to comment.