Skip to content

Commit

Permalink
Update to Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
diereysaa committed Apr 25, 2024
1 parent 8108068 commit 96f2266
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
{
"name": "stucchi/laravel-url-shortener",
"name": "diereysaa/laravel-url-shortener",
"description": "Laravel Package for shortening urls",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Luca Stucchi",
"email": "luca.stucchi@gmail.com"
"name": "Diego Rey",
"email": "diego@diebeck.com"
}
],
"require": {
"php": "^7.0|^8.0",
"webpatser/laravel-uuid": "^3.0|^4.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"
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0"
},
"classmap": [
"database/migrations"
Expand Down

0 comments on commit 96f2266

Please sign in to comment.