1
0
Fork 0
mirror of https://github.com/archtechx/virtualcolumn.git synced 2025-12-12 12:14:03 +00:00

use >= version constraints

This commit is contained in:
Samuel Štancl 2025-02-14 14:30:47 +01:00 committed by GitHub
parent 65f9000328
commit efef0f1bdb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,11 +19,11 @@
} }
}, },
"require": { "require": {
"illuminate/support": "^9.0|^10.0|^11.0", "illuminate/support": ">=10.0",
"illuminate/database": "^9.0|^10.0|^11.0" "illuminate/database": ">=10.0"
}, },
"require-dev": { "require-dev": {
"orchestra/testbench": "^7.0|^8.0|^9.0" "orchestra/testbench": ">=8.0"
}, },
"minimum-stability": "dev", "minimum-stability": "dev",
"prefer-stable": true "prefer-stable": true