Skip to content

Commit eec612f

Browse files
committed
#chore upgrade dependencies
1 parent c76ae4d commit eec612f

File tree

4 files changed

+197
-190
lines changed

4 files changed

+197
-190
lines changed

bin/composer-74

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
docker compose run -ti --build --entrypoint 'composer' php74 "$@"

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
}
1313
},
1414
"require-dev": {
15-
"phpunit/phpunit": "^9",
16-
"symfony/dotenv": "^5.3"
15+
"phpunit/phpunit": "^9.6 || ^11",
16+
"symfony/dotenv": "^5.4 || ^7"
1717
},
1818
"require": {
1919
"php": "^7.4 || ^8.0",
20-
"guzzlehttp/guzzle": "^7.0 || ^6.0",
21-
"illuminate/collections": "^8 || ^9 || ^10"
20+
"guzzlehttp/guzzle": "^7.9 || ^6.0",
21+
"illuminate/collections": "^8 || ^9 || ^10 || ^11"
2222
},
2323
"minimum-stability": "stable"
2424
}

0 commit comments

Comments
 (0)