Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hotmeteor committed Jun 11, 2021
1 parent 25dc8fd commit c9b3e81
Show file tree
Hide file tree
Showing 3 changed files with 1,093 additions and 797 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
}
],
"require": {
"php": "^7.3|^8.0",
"php": "^7.4|^8.0",
"ext-json": "*",
"ext-sodium": "*",
"bitbucket/client": "^3.1",
"guzzlehttp/guzzle": "^7.0.1",
"hotmeteor/eco-env": "^1.0",
"hotmeteor/eco-env": "^1.1",
"http-interop/http-factory-guzzle": "^1.0",
"illuminate/container": "^6.0|^7.0|^8.0",
"illuminate/filesystem": "^6.0|^7.0|^8.0",
"illuminate/log": "^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/container": "^8.0",
"illuminate/filesystem": "^8.0",
"illuminate/log": "^8.0",
"illuminate/support": "^8.0",
"knplabs/github-api": "^3.0",
"laminas/laminas-text": "^2.7",
"laravel-zero/framework": "^7.0",
"laravel-zero/framework": "^8.0",
"m4tthumphrey/php-gitlab-api": "^10.0",
"padraic/phar-updater": "^1.0.6",
"ramsey/uuid": "^3.7|^4.0",
Expand All @@ -39,7 +39,7 @@
},
"require-dev": {
"mockery/mockery": "^1.4.2",
"phpunit/phpunit": "^8.5|^9.3"
"phpunit/phpunit": "^9.3"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit c9b3e81

Please sign in to comment.