Skip to content

Commit 9d75469

Browse files
committed
upgrade dev dependencies
1 parent b938559 commit 9d75469

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "astrotomic/phpunit-assertions",
33
"description": "Set of common PHPUnit custom assertions.",
4+
"license": "MIT",
45
"keywords": [
56
"phpunit",
67
"assertions"
78
],
8-
"homepage": "https://github.com/Astrotomic/phpunit-assertions",
9-
"license": "MIT",
109
"authors": [
1110
{
1211
"name": "Tom Witkowski",
@@ -15,6 +14,7 @@
1514
"role": "Developer"
1615
}
1716
],
17+
"homepage": "https://github.com/Astrotomic/phpunit-assertions",
1818
"require": {
1919
"php": "^7.4 || ^8.0",
2020
"phpunit/phpunit": "^9.1"
@@ -26,9 +26,9 @@
2626
"giggsey/libphonenumber-for-php": "^8.12",
2727
"hashids/hashids": "^4.0",
2828
"league/iso3166": "^2.1 || ^3.0",
29-
"orchestra/testbench": "^6.0",
29+
"orchestra/testbench": "^7.0",
3030
"ramsey/uuid": "^4.0",
31-
"vinkla/hashids": "^9.0"
31+
"vinkla/hashids": "^10.0"
3232
},
3333
"suggest": {
3434
"astrotomic/iso639": "\\Astrotomic\\PhpunitAssertions\\LanguageAssertions (^1.0)",
@@ -40,9 +40,8 @@
4040
"ramsey/uuid": "\\Astrotomic\\PhpunitAssertions\\UuidAssertions (^4.0)",
4141
"vinkla/hashids": "\\Astrotomic\\PhpunitAssertions\\Laravel\\HashidAssertions (^9.0)"
4242
},
43-
"config": {
44-
"sort-packages": true
45-
},
43+
"minimum-stability": "dev",
44+
"prefer-stable": true,
4645
"autoload": {
4746
"psr-4": {
4847
"Astrotomic\\PhpunitAssertions\\": "src"
@@ -53,8 +52,9 @@
5352
"Astrotomic\\PhpunitAssertions\\Tests\\": "tests"
5453
}
5554
},
56-
"minimum-stability": "dev",
57-
"prefer-stable": true,
55+
"config": {
56+
"sort-packages": true
57+
},
5858
"scripts": {
5959
"post-autoload-dump": [
6060
"@composer validate --strict --ansi --no-interaction --quiet",

0 commit comments

Comments
 (0)