Skip to content

Commit

Permalink
Merge pull request #195 from uziel-bueno/croppa-add-support-for-php8
Browse files Browse the repository at this point in the history
Add support for PHP 8
  • Loading branch information
weotch committed Feb 5, 2021
2 parents 7d74f4b + fd4f4f1 commit a58b6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"license": "MIT",
"require": {
"php": "^7.2.5",
"php": "^7.2.5|^8.0",
"illuminate/console": "4 - 8",
"illuminate/support": "4 - 8",
"illuminate/routing": "4 - 8",
Expand Down

1 comment on commit a58b6c7

@tpaksu
Copy link

@tpaksu tpaksu commented on a58b6c7 Feb 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@weotch That must be a miracle. I was going to write about when you would update the package for PHP8 :) Hope you'll release it soon. My project waits for this 👍🏼

Please sign in to comment.