Skip to content

Commit f3c9cd6

Browse files
authored
Merge pull request #103 from balajidharma/2.x-Changes
2.x changes
2 parents 0963447 + bf6d690 commit f3c9cd6

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
</p>
88

99
## Built with
10-
- [Laravel 11](https://github.com/laravel/framework)
11-
- [Laravel Breeze](https://github.com/laravel/breeze)
10+
- [Laravel 12](https://github.com/laravel/framework)
1211
- [Tailwind CSS](https://tailwindcss.com/)
1312
- [daisyUI](https://daisyui.com/)
1413
- [spatie/laravel-permission](https://github.com/spatie/laravel-permission)

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
"php": "^8.2",
99
"balajidharma/laravel-admin-core": "^3.0",
1010
"balajidharma/laravel-crud": "^1.0",
11-
"laravel/framework": "^11.0",
12-
"laravel/tinker": "^2.9"
11+
"laravel/framework": "^12.0",
12+
"laravel/tinker": "^2.10.1"
1313
},
1414
"require-dev": {
1515
"barryvdh/laravel-debugbar": "^3.7",
1616
"fakerphp/faker": "^1.23",
17-
"laravel/breeze": "^2.0",
17+
"laravel/pail": "^1.2.2",
1818
"laravel/dusk": "^8.0",
1919
"laravel/pint": "^1.13",
20-
"laravel/sail": "^1.26",
20+
"laravel/sail": "^1.41",
2121
"mockery/mockery": "^1.6",
22-
"nunomaduro/collision": "^8.1",
23-
"phpunit/phpunit": "^10.5",
22+
"nunomaduro/collision": "^8.6",
23+
"phpunit/phpunit": "^11.5.3",
2424
"spatie/laravel-ignition": "^2.4"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)