|
17 | 17 | "homepage": "https://github.com/Astrotomic/phpunit-assertions",
|
18 | 18 | "require": {
|
19 | 19 | "php": "^7.4 || ^8.0",
|
20 |
| - "phpunit/phpunit": "^9.1 || ^10.0" |
| 20 | + "phpunit/phpunit": "^9.1 || ^10.0 || ^11.0" |
21 | 21 | },
|
22 | 22 | "require-dev": {
|
23 | 23 | "astrotomic/iso639": "^1.0",
|
24 |
| - "egulias/email-validator": "^2.1 || ^3.0", |
| 24 | + "egulias/email-validator": "^2.1 || ^3.0 || ^4.0", |
25 | 25 | "gajus/dindent": "^2.0",
|
26 |
| - "giggsey/libphonenumber-for-php": "^8.12", |
27 |
| - "hashids/hashids": "^4.0", |
28 |
| - "league/iso3166": "^2.1 || ^3.0", |
29 |
| - "orchestra/testbench": "^6.0 || ^7.0", |
| 26 | + "giggsey/libphonenumber-for-php": "^8.12 || ^9.0", |
| 27 | + "hashids/hashids": "^4.0 || ^5.0", |
| 28 | + "laravel/pint": "^1.22", |
| 29 | + "league/iso3166": "^2.1 || ^3.0 || ^4.0", |
| 30 | + "orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", |
30 | 31 | "ramsey/uuid": "^4.0",
|
31 |
| - "vinkla/hashids": "^9.0 || ^10.0" |
| 32 | + "vinkla/hashids": "^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0" |
32 | 33 | },
|
33 | 34 | "suggest": {
|
34 | 35 | "astrotomic/iso639": "\\Astrotomic\\PhpunitAssertions\\LanguageAssertions (^1.0)",
|
35 |
| - "egulias/email-validator": "\\Astrotomic\\PhpunitAssertions\\EmailAssertions (^2.1 || ^3.0)", |
| 36 | + "egulias/email-validator": "\\Astrotomic\\PhpunitAssertions\\EmailAssertions (^2.1 || ^3.0 || ^4.0)", |
36 | 37 | "gajus/dindent": "\\Astrotomic\\PhpunitAssertions\\Laravel\\BladeAssertions (^2.0)",
|
37 |
| - "giggsey/libphonenumber-for-php": "\\Astrotomic\\PhpunitAssertions\\PhoneNumberAssertions (^8.12)", |
38 |
| - "hashids/hashids": "\\Astrotomic\\PhpunitAssertions\\HashidAssertions (^4.0)", |
39 |
| - "league/iso3166": "\\Astrotomic\\PhpunitAssertions\\CountryAssertions (^2.1 || ^3.0)", |
| 38 | + "giggsey/libphonenumber-for-php": "\\Astrotomic\\PhpunitAssertions\\PhoneNumberAssertions (^8.12 || ^9.0)", |
| 39 | + "hashids/hashids": "\\Astrotomic\\PhpunitAssertions\\HashidAssertions (^4.0 || ^5.0)", |
| 40 | + "league/iso3166": "\\Astrotomic\\PhpunitAssertions\\CountryAssertions (^2.1 || ^3.0 || ^4.0)", |
40 | 41 | "ramsey/uuid": "\\Astrotomic\\PhpunitAssertions\\UuidAssertions (^4.0)",
|
41 |
| - "vinkla/hashids": "\\Astrotomic\\PhpunitAssertions\\Laravel\\HashidAssertions (^9.0)" |
| 42 | + "vinkla/hashids": "\\Astrotomic\\PhpunitAssertions\\Laravel\\HashidAssertions (^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0)" |
42 | 43 | },
|
43 | 44 | "minimum-stability": "dev",
|
44 | 45 | "prefer-stable": true,
|
|
61 | 62 | "@composer normalize --ansi --no-interaction --quiet",
|
62 | 63 | "@composer thanks --ansi --no-interaction --quiet"
|
63 | 64 | ],
|
| 65 | + "fix": "@php vendor/bin/pint", |
64 | 66 | "normalize": "echo 'composer global require ergebnis/composer-normalize'",
|
| 67 | + "test": "@php vendor/bin/phpunit", |
65 | 68 | "thanks": "echo 'composer global require symfony/thanks'"
|
66 | 69 | }
|
67 | 70 | }
|
0 commit comments