1
0
Fork 0
mirror of https://github.com/archtechx/laravel-pages.git synced 2025-12-12 09:54:03 +00:00

Add support for Laravel 9

This commit is contained in:
Abrar Ahmad 2022-02-08 20:08:20 +05:00
parent 56802a668e
commit e50a672e21
2 changed files with 12 additions and 12 deletions

View file

@ -22,14 +22,14 @@
},
"require": {
"php": "^8.0",
"illuminate/support": "^8.24",
"archtechx/laravel-seo": "^0.2.2",
"illuminate/support": "^8.24|^9.0",
"archtechx/laravel-seo": "^0.3.2",
"ryangjchandler/orbit": "*",
"illuminate/routing": "^8.53",
"illuminate/database": "^8.53"
"illuminate/routing": "^8.53|^9.0",
"illuminate/database": "^8.53|^9.0"
},
"require-dev": {
"orchestra/testbench": "^6.9",
"orchestra/testbench": "^6.9|^7.0",
"pestphp/pest": "^1.2",
"pestphp/pest-plugin-laravel": "^1.0"
},
@ -39,5 +39,7 @@
"ArchTech\\Pages\\PagesServiceProvider"
]
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}