Skip to content

Commit ef88826

Browse files
committed
feat: upgrade Laravel framework to v12
1 parent 5866969 commit ef88826

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Laravel PWA is a package designed to seamlessly integrate Progressive Web Applic
1717

1818
- Automatically generate PWA manifest and service worker
1919
- Configurable installation button
20-
- Supports Laravel 8, 9, 10, and 11
20+
- Supports Laravel 8, 9, 10, 11 And 12
2121
- Easy setup and usage
2222
- Compatible with mobile and desktop devices
2323

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"require": {
2323
"php": ">=8.0.0",
2424
"laravel/pint": "^1.13",
25-
"illuminate/database": "^8.12|^9.0|^10.0|^11.0",
26-
"illuminate/support": "^8.12|^9.0|^10.0|^11.0"
25+
"illuminate/support": "^8.12|^9.0|^10.0|^11.0|^12.0"
2726
},
2827
"autoload": {
2928
"files": [

0 commit comments

Comments
 (0)