Skip to content

Commit

Permalink
Merge pull request #48 from hasnainali9/patch-1
Browse files Browse the repository at this point in the history
Update Composer.json
  • Loading branch information
AidynMakhataev authored May 27, 2021
2 parents 7ad5698 + f65eeb1 commit 81742cf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"Laravel", "LaravelSurveyJs", "surveyjs", "survey manager", "laravel survey", "survey editor", "surveyjs builder", "aidynmakhataev"
],
"require": {
"illuminate/support": "~5",
"cviebrock/eloquent-sluggable": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "~3.0"
},
"illuminate/support": "^8",
"cviebrock/eloquent-sluggable": "^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3.3",
"orchestra/testbench": "^3.0"
},
"autoload": {
"psr-4": {
"AidynMakhataev\\LaravelSurveyJs\\": "src/"
Expand All @@ -41,4 +41,4 @@
}
}
}
}
}

0 comments on commit 81742cf

Please sign in to comment.