Skip to content

Commit

Permalink
Support Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
stucchi committed Apr 30, 2023
1 parent 4039fed commit 8108068
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "arietimmerman/laravel-url-shortener",
"name": "stucchi/laravel-url-shortener",
"description": "Laravel Package for shortening urls",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Arie Timmerman",
"email": "arietimmerman@gmail.com"
"name": "Luca Stucchi",
"email": "luca.stucchi@gmail.com"
}
],
"require": {
"php": "^7.0|^8.0",
"webpatser/laravel-uuid": "^3.0|^4.0",
"illuminate/database": "^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0"
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0"
},
"classmap": [
"database/migrations"
Expand Down

0 comments on commit 8108068

Please sign in to comment.