Skip to content

Commit

Permalink
laravel 9.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
eojeel committed Dec 18, 2023
1 parent 288aa5a commit 48318c9
Show file tree
Hide file tree
Showing 3 changed files with 1,169 additions and 886 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
- name: Generate key
run: php artisan key:generate

- name: Clear Caches
run: php artisan cache:clear && php artisan cache:clear

- name: Tests
run: ./vendor/bin/pest

Expand Down
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
"keywords": ["framework", "laravel"],
"license": "MIT",
"require": {
"php": "^8.1",
"php": "^8.2",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.0.1",
"laravel/framework": "^8.75",
"laravel/sanctum": "^2.11",
"laravel/framework": "^9.0",
"laravel/tinker": "^2.5",
"nunomaduro/collision": "^5.10"
"nunomaduro/collision": "^6.1"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
Expand Down
Loading

0 comments on commit 48318c9

Please sign in to comment.