We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218b84b commit 02e31d2Copy full SHA for 02e31d2
coderello.yml
composer.json
@@ -6,8 +6,9 @@
6
"license": "MIT",
7
"require": {
8
"php": "^7.2",
9
- "laravel/framework": "5.5.*|5.6.*|5.7.*|5.8.*",
10
- "ext-json": "*"
+ "laravel/framework": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
+ "ext-json": "*",
11
+ "laravelium/sitemap": "^3.1"
12
},
13
"require-dev": {
14
"orchestra/testbench": "~3.0"
0 commit comments