Skip to content

Commit

Permalink
update to laravel 10.X
Browse files Browse the repository at this point in the history
  • Loading branch information
aliqasemzadeh committed Apr 14, 2023
1 parent 46cc427 commit b1b4400
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## 🧰 Built with

- Laravel 9
- Laravel 10
- Livewire
- Bootstrap 5
- Tabler.io
Expand Down
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"keywords": ["admin", "BAP", "framework", "laravel"],
"license": "MIT",
"require": {
"php": "^8.0|^8.1",
"php": "^8.1",
"aliqasemzadeh/livewire-bootstrap-modal": "dev-master",
"arcanedev/log-viewer": "^9.0",
"arcanedev/log-viewer": "^10.0",
"creativeorange/gravatar": "^1.0",
"cybercog/laravel-ban": "^4.7",
"guzzlehttp/guzzle": "^7.2",
"jantinnerezo/livewire-alert": "^2.2",
"laravel/framework": "^9.2",
"laravel/framework": "^10.0",
"laravel/jetstream": "^2.6",
"laravel/sanctum": "^2.14",
"laravel/sanctum": "^3.2",
"laravel/tinker": "^2.7",
"league/commonmark": "^2.0",
"livewire/livewire": "^2.5",
Expand All @@ -31,11 +31,10 @@
"yadahan/laravel-authentication-log": "^1.4"
},
"require-dev": {
"spatie/laravel-ignition": "^1.0",
"spatie/laravel-ignition": "^2.0",
"fakerphp/faker": "^1.9.1",
"laravel/sail": "^1.0.1",
"mockery/mockery": "^1.4.4",
"nascent-africa/jetstrap": "^2.5",
"nunomaduro/collision": "^6.1",
"phpunit/phpunit": "^9.5.10"
},
Expand Down
Loading

0 comments on commit b1b4400

Please sign in to comment.