We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee9f60 commit f4fab95Copy full SHA for f4fab95
composer.json
@@ -10,16 +10,15 @@
10
"require": {
11
"php": "^8.1",
12
"ext-json": "*",
13
- "phpseclib/phpseclib": "^3.0",
14
- "google/cloud-tasks": "^1.15|^2.0",
15
- "thecodingmachine/safe": "^1.0|^2.0|^3.0"
+ "google/cloud-tasks": "^2.0",
+ "thecodingmachine/safe": "^3.0"
16
},
17
"require-dev": {
18
- "orchestra/testbench": "^8.0",
+ "orchestra/testbench": "^10.0",
19
"thecodingmachine/phpstan-safe-rule": "^1.2",
20
"laravel/legacy-factories": "^1.3",
21
"laravel/pint": "^1.13",
22
- "larastan/larastan": "^2.9"
+ "larastan/larastan": "^3.0"
23
24
"autoload": {
25
"psr-4": {
0 commit comments