|
1 | 1 | { |
2 | 2 | "name": "simplesquid/nova-enum-field", |
3 | 3 | "description": "A Laravel Nova field to add enums to resources.", |
| 4 | + "license": "MIT", |
4 | 5 | "keywords": [ |
5 | 6 | "simplesquid", |
6 | 7 | "laravel", |
|
9 | 10 | "enum", |
10 | 11 | "nova-enum-field" |
11 | 12 | ], |
12 | | - "homepage": "https://github.com/simplesquid/nova-enum-field", |
13 | | - "license": "MIT", |
14 | 13 | "authors": [ |
15 | 14 | { |
16 | 15 | "name": "Matthew Poulter", |
|
19 | 18 | "role": "Developer" |
20 | 19 | } |
21 | 20 | ], |
22 | | - "repositories": [ |
23 | | - { |
24 | | - "type": "composer", |
25 | | - "url": "https://nova.laravel.com" |
26 | | - } |
27 | | - ], |
| 21 | + "homepage": "https://github.com/simplesquid/nova-enum-field", |
28 | 22 | "require": { |
29 | | - "php": "^8.0", |
| 23 | + "php": "^8.1", |
30 | 24 | "bensampo/laravel-enum": "^5.0 || ^6.0", |
31 | | - "illuminate/support": "^9.0 || ^10.0", |
| 25 | + "illuminate/support": "^10.0 || ^11.0", |
32 | 26 | "laravel/nova": "^4.0" |
33 | 27 | }, |
34 | 28 | "require-dev": { |
35 | | - "joshgaber/novaunit": "^3.1", |
| 29 | + "ergebnis/composer-normalize": "^2.44", |
36 | 30 | "laravel/pint": "^1.2", |
37 | 31 | "mockery/mockery": "^1.3.3", |
38 | | - "nunomaduro/collision": "^6.1 || ^7.0", |
39 | | - "orchestra/testbench": "^7.0 || ^8.0", |
40 | | - "phpunit/phpunit": "^9.3.3", |
41 | | - "symfony/var-dumper": "^6.0" |
| 32 | + "nunomaduro/collision": "^7.0 || ^8.0", |
| 33 | + "orchestra/testbench": "^8.0 || ^9.0", |
| 34 | + "phpunit/phpunit": "^10.1", |
| 35 | + "quotevelocity/novaunit": "^4.0", |
| 36 | + "symfony/var-dumper": "^6.0 || ^7.0" |
42 | 37 | }, |
| 38 | + "repositories": [ |
| 39 | + { |
| 40 | + "type": "composer", |
| 41 | + "url": "https://nova.laravel.com" |
| 42 | + } |
| 43 | + ], |
| 44 | + "minimum-stability": "stable", |
43 | 45 | "autoload": { |
44 | 46 | "psr-4": { |
45 | 47 | "SimpleSquid\\Nova\\Fields\\Enum\\": "src" |
|
50 | 52 | "SimpleSquid\\Nova\\Fields\\Enum\\Tests\\": "tests" |
51 | 53 | } |
52 | 54 | }, |
| 55 | + "config": { |
| 56 | + "allow-plugins": { |
| 57 | + "ergebnis/composer-normalize": true |
| 58 | + }, |
| 59 | + "sort-packages": true |
| 60 | + }, |
53 | 61 | "extra": { |
54 | 62 | "laravel": { |
55 | 63 | "providers": [] |
56 | 64 | } |
57 | 65 | }, |
58 | 66 | "scripts": { |
59 | 67 | "test": "vendor/bin/phpunit --colors=always" |
60 | | - }, |
61 | | - "config": { |
62 | | - "sort-packages": true |
63 | | - }, |
64 | | - "minimum-stability": "stable" |
| 68 | + } |
65 | 69 | } |
0 commit comments