Skip to content

Commit

Permalink
Merge pull request #27 from Ubiquiti-App/feature/composer-update
Browse files Browse the repository at this point in the history
Composer update
  • Loading branch information
janprochazkacz committed Sep 25, 2023
2 parents 02ca1d4 + 7e42312 commit 072f016
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"php": ">=8.1",
"ext-curl": "*",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.5",
"symfony/filesystem": "^6.2"
"guzzlehttp/guzzle": "^7.8",
"symfony/filesystem": "^6.3"
},
"autoload": {
"psr-4": {
Expand All @@ -29,8 +29,8 @@
"eloquent/phpstan-phony": "^0.8.0",
"phpstan/phpstan-strict-rules": "^1.2",
"symplify/easy-coding-standard": "^10.2",
"php-coveralls/php-coveralls": "^2.5",
"ocramius/package-versions": "^2.7"
"ocramius/package-versions": "^2.7",
"php-coveralls/php-coveralls": "^2.6"
},
"suggest": {
"ext-zip": "Needed for pack-plugin script."
Expand Down

0 comments on commit 072f016

Please sign in to comment.