Skip to content

Commit

Permalink
Composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
elimentz committed Aug 8, 2023
1 parent c399340 commit 81993df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "ixudra/imageable",
"description": "Custom Laravel imaging package for the Laravel 5 framework - developed by Ixudra",
"version": "8.0.0",
"version": "8.1.0",
"keywords": ["Ixudra", "image", "Laravel"],
"homepage": "http://ixudra.be",
"homepage": "https://ixudra.be",
"license": "MIT",

"authors": [
Expand All @@ -15,8 +15,8 @@

"require": {
"php": ">=7.2",
"illuminate/support": "~6.0",
"illuminate/database": "~6.0",
"illuminate/support": ">=6.0",
"illuminate/database": ">=6.0",
"laravelcollective/html": "~6.0",
"laracasts/presenter": "0.2.*",
"ixudra/core": "~6.0"
Expand Down

0 comments on commit 81993df

Please sign in to comment.