Skip to content

Commit c37f193

Browse files
committed
chore: remove individual package dependency on phpunit
1 parent 294fe51 commit c37f193

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

packages/generation/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
}
2121
},
2222
"require-dev": {
23-
"spatie/phpunit-snapshot-assertions": "^5.1.8",
24-
"phpunit/phpunit": "^11.5.17"
23+
"spatie/phpunit-snapshot-assertions": "^5.1.8"
2524
}
2625
}

packages/http-client/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
},
1616
"require-dev": {
1717
"aidan-casey/mock-client": "dev-master",
18-
"guzzlehttp/psr7": "^2.6.1",
19-
"phpunit/phpunit": "^11.5.17"
18+
"guzzlehttp/psr7": "^2.6.1"
2019
},
2120
"autoload": {
2221
"psr-4": {

packages/intl/composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
"tempest/datetime": "dev-main",
1212
"tempest/support": "dev-main"
1313
},
14-
"require-dev": {
15-
"phpunit/phpunit": "^11.5.17"
16-
},
1714
"autoload": {
1815
"files": [
1916
"src/functions.php",

0 commit comments

Comments
 (0)