|
1 | 1 | { |
2 | 2 | "name": "astrotomic/phpunit-assertions", |
3 | 3 | "description": "Set of common PHPUnit custom assertions.", |
| 4 | + "license": "MIT", |
4 | 5 | "keywords": [ |
5 | 6 | "phpunit", |
6 | 7 | "assertions" |
7 | 8 | ], |
8 | | - "homepage": "https://github.com/Astrotomic/phpunit-assertions", |
9 | | - "license": "MIT", |
10 | 9 | "authors": [ |
11 | 10 | { |
12 | 11 | "name": "Tom Witkowski", |
|
15 | 14 | "role": "Developer" |
16 | 15 | } |
17 | 16 | ], |
| 17 | + "homepage": "https://github.com/Astrotomic/phpunit-assertions", |
18 | 18 | "require": { |
19 | 19 | "php": "^7.4 || ^8.0", |
20 | 20 | "phpunit/phpunit": "^9.1" |
|
26 | 26 | "giggsey/libphonenumber-for-php": "^8.12", |
27 | 27 | "hashids/hashids": "^4.0", |
28 | 28 | "league/iso3166": "^2.1 || ^3.0", |
29 | | - "orchestra/testbench": "^6.0", |
| 29 | + "orchestra/testbench": "^7.0", |
30 | 30 | "ramsey/uuid": "^4.0", |
31 | | - "vinkla/hashids": "^9.0" |
| 31 | + "vinkla/hashids": "^10.0" |
32 | 32 | }, |
33 | 33 | "suggest": { |
34 | 34 | "astrotomic/iso639": "\\Astrotomic\\PhpunitAssertions\\LanguageAssertions (^1.0)", |
|
40 | 40 | "ramsey/uuid": "\\Astrotomic\\PhpunitAssertions\\UuidAssertions (^4.0)", |
41 | 41 | "vinkla/hashids": "\\Astrotomic\\PhpunitAssertions\\Laravel\\HashidAssertions (^9.0)" |
42 | 42 | }, |
43 | | - "config": { |
44 | | - "sort-packages": true |
45 | | - }, |
| 43 | + "minimum-stability": "dev", |
| 44 | + "prefer-stable": true, |
46 | 45 | "autoload": { |
47 | 46 | "psr-4": { |
48 | 47 | "Astrotomic\\PhpunitAssertions\\": "src" |
|
53 | 52 | "Astrotomic\\PhpunitAssertions\\Tests\\": "tests" |
54 | 53 | } |
55 | 54 | }, |
56 | | - "minimum-stability": "dev", |
57 | | - "prefer-stable": true, |
| 55 | + "config": { |
| 56 | + "sort-packages": true |
| 57 | + }, |
58 | 58 | "scripts": { |
59 | 59 | "post-autoload-dump": [ |
60 | 60 | "@composer validate --strict --ansi --no-interaction --quiet", |
|
0 commit comments