Skip to content

Commit

Permalink
New release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samzzi committed Feb 27, 2024
1 parent 7c1f0b1 commit 81d7bb7
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions composer.json
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "genxbe/kirby3-ray",
"type": "kirby-plugin",
"license": "MIT",
"version": "2.0.1",
"description": "Helper tool that enables ray on all the extendable methods.",
"authors": [
{
"name": "Sam Serrien",
"email": "[email protected]"
}
],
"require": {
"php": "^8.0",
"getkirby/composer-installer": "^1.1",
"spatie/ray": "^1.3",
"spatie/macroable": "^2.0"
},
"autoload": {
"psr-4": {
"X\\": "classes/"
}
},
"config": {
"optimize-autoloader": true,
"allow-plugins": {
"getkirby/composer-installer": true
}
"name": "genxbe/kirby3-ray",
"type": "kirby-plugin",
"license": "MIT",
"version": "2.0.2",
"description": "Helper tool that enables ray on all the extendable methods.",
"authors": [
{
"name": "Sam Serrien",
"email": "[email protected]"
}
],
"require": {
"php": "^8.0",
"getkirby/composer-installer": "^1.1",
"spatie/ray": "^1.3",
"spatie/macroable": "^2.0"
},
"autoload": {
"psr-4": {
"X\\": "classes/"
}
},
"config": {
"optimize-autoloader": true,
"allow-plugins": {
"getkirby/composer-installer": true
}
}
}

0 comments on commit 81d7bb7

Please sign in to comment.