Skip to content

Commit c9dc72d

Browse files
committed
Allow version ^7.6 for orchestra/testbench
1 parent 3bbab30 commit c9dc72d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require-dev": {
1818
"ergebnis/composer-normalize": "^2.13",
1919
"mockery/mockery": "^1.4",
20-
"orchestra/testbench": "^6.17",
20+
"orchestra/testbench": "^6.17 || ^7.6",
2121
"phpunit/phpunit": "^9.0",
2222
"spatie/phpunit-watcher": "^1.23"
2323
},
@@ -47,5 +47,10 @@
4747
"post-update-cmd": [
4848
"composer normalize"
4949
]
50+
},
51+
"config": {
52+
"allow-plugins": {
53+
"ergebnis/composer-normalize": true
54+
}
5055
}
5156
}

0 commit comments

Comments
 (0)