Skip to content

Commit

Permalink
Add support for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
3m1n3nc3 authored Feb 5, 2024
1 parent 624fb94 commit d80bf01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "toneflix-code/cuttly-laravel",
"description": "A Laravel API wrapper for Cutt.ly API.",
"version": "1.0.1",
"version": "1.0.2",
"keywords": [
"toneflix-code",
"cuttly-laravel"
Expand All @@ -17,8 +17,8 @@
}
],
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^8.0|^9.0",
"php": "^8.0|^8.1",
"illuminate/support": "^8.0|^9.0|^10.0",
"guzzlehttp/guzzle": "^7.0"
},
"require-dev": {
Expand Down

0 comments on commit d80bf01

Please sign in to comment.