Skip to content

Commit a4f955d

Browse files
authored
Merge pull request #294 from laravel-shift/l9-compatibility
Laravel 9.x Compatibility
2 parents dca6fa1 + 17e3d01 commit a4f955d

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

composer.json

+14-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"name": "binarytorch/larecipe",
33
"description": "Generate gorgeous recipes for your Laravel applications using MarkDown",
4-
"keywords": ["laravel", "markdown", "docs", "documentation", "api"],
4+
"keywords": [
5+
"laravel",
6+
"markdown",
7+
"docs",
8+
"documentation",
9+
"api"
10+
],
511
"license": "MIT",
612
"type": "library",
713
"support": {
@@ -16,15 +22,15 @@
1622
],
1723
"require": {
1824
"php": ">=7.1.3",
19-
"illuminate/support": "^5.4|^6.0|^7.0|^8.0",
20-
"illuminate/view": "^5.4|^6.0|^7.0|^8.0",
21-
"erusev/parsedown-extra": "^0.8.1",
22-
"symfony/dom-crawler": "^4.1|^5.0"
25+
"illuminate/support": "^5.4|^6.0|^7.0|^8.0|^9.0",
26+
"illuminate/view": "^5.4|^6.0|^7.0|^8.0|^9.0",
27+
"erusev/parsedown-extra": "^0.8.1|^0.8",
28+
"symfony/dom-crawler": "^4.1|^5.0|^6.0"
2329
},
2430
"require-dev": {
2531
"phpunit/phpunit": "^7.0|^8.0|^9.0",
26-
"laravel/framework": "^5.4|^6.0|^7.0|^8.0",
27-
"orchestra/testbench": "^3.4|^4.0|^5.0"
32+
"laravel/framework": "^5.4|^6.0|^7.0|^8.0|^9.0",
33+
"orchestra/testbench": "^3.4|^4.0|^5.0|^7.0"
2834
},
2935
"autoload": {
3036
"files": [
@@ -37,7 +43,7 @@
3743
"autoload-dev": {
3844
"psr-4": {
3945
"BinaryTorch\\LaRecipe\\Tests\\": "tests/"
40-
}
46+
}
4147
},
4248
"minimum-stability": "stable",
4349
"extra": {

0 commit comments

Comments
 (0)