Skip to content

Commit 9905855

Browse files
authored
Update wildcard of PHP Version
1 parent ca05ca7 commit 9905855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
}
4242
},
4343
"require": {
44-
"php": "^8.0.0|8.1.0|8.2.0",
44+
"php": "8.0.*|8.1.*|8.2.*",
4545
"guzzlehttp/guzzle": "^7.0"
4646
},
4747
"require-dev": {
4848
"phpunit/phpunit": "^9.0|^10.0"
4949
},
5050
"minimum-stability": "stable",
5151
"prefer-stable": true
52-
}
52+
}

0 commit comments

Comments
 (0)