Skip to content

Commit

Permalink
add Statamic 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
eminos committed May 9, 2024
1 parent 57742fb commit 3386376
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "eminos/statamic-field-item-relationship",
"type": "statamic-addon",
"description": "A Statamic addon the adds a Field Item Relationship fieldtype.",
"description": "A Statamic addon that adds a Field Item Relationship fieldtype.",
"license": "MIT",
"require": {
"statamic/cms": "^3.0||^4.0"
"statamic/cms": "^3.0||^4.0||^5.0"
},
"require-dev": {
"php": "^8.1",
"laravel/framework": "^10.8",
"statamic/cms": "^4.0"
"laravel/framework": "^11.0",
"statamic/cms": "^5.0"
},
"autoload": {
"psr-4": {
Expand All @@ -19,7 +19,7 @@
"extra": {
"statamic": {
"name": "Statamic Field Item Relationship",
"description": "A Statamic addon the adds a Field Item Relationship fieldtype."
"description": "A Statamic addon that adds a Field Item Relationship fieldtype."
},
"laravel": {
"providers": [
Expand Down

0 comments on commit 3386376

Please sign in to comment.