Skip to content

Commit fba7079

Browse files
committed
Clean up composer.json
1 parent 72f4958 commit fba7079

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@
99
],
1010
"require": {
1111
"ext-json": "*",
12-
"google/cloud-tasks": "^1.6",
13-
"firebase/php-jwt": "^5.2",
14-
"phpseclib/phpseclib": "~2.0"
12+
"phpseclib/phpseclib": "~2.0",
13+
"google/cloud-tasks": "^1.10"
1514
},
1615
"require-dev": {
17-
"mockery/mockery": "^1.2",
18-
"orchestra/testbench": "^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0 || ^5.0"
16+
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0"
1917
},
2018
"autoload": {
2119
"psr-4": {

0 commit comments

Comments
 (0)