Skip to content

Commit

Permalink
chore(deps) lockfile maintenance, dev dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsizemore committed Apr 21, 2024
1 parent 7bed4d6 commit 79d34cb
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 61 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ However, if you make use of the `raw`, `toArray`, or `toObject` functions, pleas
* Exception\InvalidEndpointException
* Exception\InvalidEndpointOptionsException
* `vimeo/psalm` as a dev dependency
* New `Utils` functions:
* `validatePagination()` - to not only make sure the `page` and `per_page` are integers, but also locks to a min/max range.
* `validateCachePath()` - simplifies the cachePath check in `AbstractClient`.

### Changed

Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
"security": "https://github.com/ericsizemore/librariesio/security/policy"
},
"require": {
"php": "^8.2 <8.4",
"php": "^8.2 <8.5",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.0 <8.0",
"kevinrob/guzzle-cache-middleware": "^5.1 <6.0",
"guzzlehttp/guzzle": "^7.0",
"kevinrob/guzzle-cache-middleware": "^5.1",
"symfony/cache": "^7.0"
},
"require-dev": {
"esi/phpunit-coverage-check": "^1.0",
"friendsofphp/php-cs-fixer": "^3.53",
"esi/phpunit-coverage-check": "^2.0",
"friendsofphp/php-cs-fixer": "^3.54",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.11 <2.0",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan-phpunit": "^1.4",
"phpstan/phpstan-strict-rules": "^1.6",
"phpunit/phpunit": "^11.0",
Expand Down Expand Up @@ -65,7 +65,7 @@
}
},
"scripts": {
"coverage": "vendor/bin/coverage-check coverage:check build/logs/clover.xml 100 --ansi",
"coverage": "vendor/bin/coverage-check build/logs/clover.xml 100",
"cs:check": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --dry-run --diff",
"cs:fix": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php",
"phpstan": "vendor/bin/phpstan analyse -c phpstan.neon",
Expand Down
110 changes: 59 additions & 51 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 79d34cb

Please sign in to comment.