|
1 | 1 | { |
2 | | - "name": "ether/notes", |
3 | | - "description": "A note taking field type for Craft CMS 3", |
4 | | - "version": "1.0.6", |
5 | | - "type": "craft-plugin", |
6 | | - "license": "proprietary", |
7 | | - "minimum-stability": "dev", |
8 | | - "require": { |
9 | | - "craftcms/cms": "^3.5" |
10 | | - }, |
11 | | - "autoload": { |
12 | | - "psr-4": { |
13 | | - "ether\\notes\\": "src/" |
14 | | - } |
15 | | - }, |
16 | | - "support": { |
17 | | - "email": "help@ethercreative.co.uk", |
18 | | - "source": "https://github.com/ethercreative/notes", |
19 | | - "issues": "https://github.com/ethercreative/notes/issues" |
20 | | - }, |
21 | | - "extra": { |
22 | | - "handle": "notes", |
23 | | - "name": "Notes", |
24 | | - "developer": "Ether Creative", |
25 | | - "developerUrl": "https://ethercreative.co.uk", |
26 | | - |
27 | | - "class": "ether\\notes\\Notes", |
28 | | - "schemaVersion": "1.0.0" |
29 | | - } |
| 2 | + "name": "ether/notes", |
| 3 | + "description": "A note taking field type for Craft CMS 3", |
| 4 | + "type": "craft-plugin", |
| 5 | + "license": "proprietary", |
| 6 | + "minimum-stability": "dev", |
| 7 | + "require": { |
| 8 | + "craftcms/cms": "^5", |
| 9 | + "php": "^8.0" |
| 10 | + }, |
| 11 | + "autoload": { |
| 12 | + "psr-4": { |
| 13 | + "ether\\notes\\": "src/" |
| 14 | + } |
| 15 | + }, |
| 16 | + "support": { |
| 17 | + "email": "help@ethercreative.co.uk", |
| 18 | + "source": "https://github.com/ethercreative/notes", |
| 19 | + "issues": "https://github.com/ethercreative/notes/issues" |
| 20 | + }, |
| 21 | + "extra": { |
| 22 | + "handle": "notes", |
| 23 | + "name": "Notes", |
| 24 | + "developer": "Ether Creative", |
| 25 | + "developerUrl": "https://ethercreative.co.uk", |
| 26 | + "class": "ether\\notes\\Notes", |
| 27 | + "schemaVersion": "1.0.0" |
| 28 | + } |
30 | 29 | } |
0 commit comments