We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fe8711 + 8dc50dc commit 55373f1Copy full SHA for 55373f1
1 file changed
composer.json
@@ -13,12 +13,12 @@
13
"designmynight"
14
],
15
"require": {
16
- "php": ">=7.1",
+ "php": ">=7.2",
17
"laminas/laminas-diactoros": "^2.0",
18
"lcobucci/jwt": "3.3.3",
19
- "illuminate/support": "^5.5 || ^6.0",
20
- "jenssegers/mongodb": "3.3.* || 3.4.* || 3.5.* || 3.6.* || 4.0.* || 5.0.* || 6.0.*",
21
- "laravel/passport": "6.0.* || 7.0.* || 7.4.* || 7.5.* || ^8.0 || ^9.0"
+ "illuminate/support": "^6.0 || ^7.0",
+ "jenssegers/mongodb": "3.6.* || 3.7.* || 4.0.* || 5.0.* || 6.0.*",
+ "laravel/passport": "^8.0 || ^9.0"
22
},
23
"autoload": {
24
"psr-4": {
0 commit comments