Skip to content

Commit

Permalink
Using fork of eloquent-sluggable that supports PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
weotch committed Dec 8, 2021
1 parent 7a4acfa commit c20d8c2
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"bkwld/laravel-haml": "~2.0",
"bkwld/library": "^4.0.2",
"bkwld/upchuck": "^2.4.1",
"cviebrock/eloquent-sluggable": "~4.0",
"cviebrock/eloquent-sluggable": "4.5.1.1",
"illuminate/support": "^5.0",
"illuminate/console": "^5.0",
"symfony/yaml": "~2.5 || ^3.0 || ^4.0",
Expand All @@ -57,6 +57,12 @@
"laravel/tinker": "^1.0",
"fideloper/proxy": "~3.3 || ^4.0"
},
"repositories": [
{
"type": "vcs",
"url": "[email protected]:weotch/eloquent-sluggable.git"
}
],
"conflict": {
"anahkiasen/html-object": "1.4.1",
"laravel/framework": "<5.4.0"
Expand All @@ -67,10 +73,10 @@
}
},
"autoload-dev": {
"psr-4": {
"App\\": "example/app/",
"Tests\\": "tests/"
}
"psr-4": {
"App\\": "example/app/",
"Tests\\": "tests/"
}
},
"extra": {
"laravel": {
Expand Down

0 comments on commit c20d8c2

Please sign in to comment.