We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49588cd + 2628ad0 commit 3ad4885Copy full SHA for 3ad4885
composer.json
@@ -13,12 +13,12 @@
13
"php": "^7.2.5|^8.0",
14
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
15
"illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0",
16
- "doctrine/annotations": "~1.2",
+ "doctrine/annotations": "~1.2 | ^2.0",
17
"phpdocumentor/reflection-docblock": "^3.1 || ^4.1 || ^5"
18
},
19
"require-dev": {
20
"squizlabs/php_codesniffer": "~2.0",
21
- "phpunit/phpunit": "^6.5|^8.3|^9.0"
+ "phpunit/phpunit": "^6.5|^8.3|^9.0|^10.0"
22
23
"autoload": {
24
"psr-4": {
0 commit comments