Skip to content

Commit

Permalink
Merge pull request #15 from aryehraber/statamic-4
Browse files Browse the repository at this point in the history
Support Statamic 4 (closes #14)
  • Loading branch information
aryehraber authored May 31, 2023
2 parents 5d500e1 + 62e67c7 commit 514a57d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ composer require aryehraber/statamic-uuid
Publish the fieldtype assets:

```
php artisan vendor:publish --provider="AryehRaber\Uuid\UuidServiceProvider"
php please vendor:publish --tag=statamic-uuid
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"homepage": "https://github.com/aryehraber/statamic-uuid",
"license": "MIT",
"require": {
"statamic/cms": "^3.0"
"statamic/cms": "^3.0|^4.0"
},
"autoload": {
"psr-4": {
Expand All @@ -28,8 +28,8 @@
"extra": {
"statamic": {
"name": "Uuid",
"description": "One of its kind; unlike anything else",
"version": "2.0.3"
"slug": "uuid",
"description": "One of its kind; unlike anything else"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit 514a57d

Please sign in to comment.