Skip to content

Commit aaf09c5

Browse files
committed
fix typo in composer.json file
1 parent 2411120 commit aaf09c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"illuminate/support": "^6.0|^7.0|^8.0"
2020
},
2121
"require-dev": {
22-
"orchestra/testbench": "^4.0|^5.0"|^6.0,
22+
"orchestra/testbench": "^4.0|^5.0|^6.0",
2323
"phpunit/phpunit": "^8.4|^9.0"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)