Skip to content

Commit 11b2d49

Browse files
committed
ci: enable matrix-based Laravel version testing via dynamic Composer require
Replaces static `composer install` with dynamic `composer require` to match Laravel/Testbench versions based on CI matrix. Ensures compatibility across Laravel 10–12 and PHP 8.2–8.4. Improves future-proofing and prevents dependency conflicts.
1 parent edbda4a commit 11b2d49

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
@@ -17,7 +17,7 @@
1717
"marcj/topsort": "^1.1"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^10.0 || ^11.0",
20+
"phpunit/phpunit": "^11.0",
2121
"orchestra/testbench": "^8.0 || ^9.0 || ^10.0"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)