Skip to content

Commit

Permalink
Upgrade macroable to 2.0 for php 8.2 compatibility. Tag as v2
Browse files Browse the repository at this point in the history
  • Loading branch information
samzzi committed Feb 12, 2023
1 parent 59bf0b4 commit 67f6944
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "genxbe/kirby3-ray",
"type": "kirby-plugin",
"license": "MIT",
"version": "1.0.5",
"version": "2.0.0",
"description": "Helper tool that enables ray on all the extendable methods.",
"authors": [
{
Expand All @@ -11,9 +11,10 @@
}
],
"require": {
"php": "^8.0",
"getkirby/composer-installer": "^1.1",
"spatie/ray": "^1.3",
"spatie/macroable": "1.0.1"
"spatie/macroable": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 67f6944

Please sign in to comment.