Skip to content

Commit

Permalink
⬆️ updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
M4tini committed Apr 17, 2024
1 parent ed2992d commit 0d0a054
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"name": "myparcelcom/auth-module",
"description": "Package for validating a JWT token and checking the contained scopes",
"homepage": "https://www.myparcel.com",
"type": "library",
"require": {
"php": ">=8.0",
"lcobucci/jwt": ">=4.0",
"php": ">=8.2",
"lcobucci/jwt": ">=5.0",
"myclabs/php-enum": ">=1.7",
"myparcelcom/json-api": "^3.0"
},
"require-dev": {
"ext-openssl": "*",
"mockery/mockery": "^1.4",
"phpunit/phpunit": ">=9.5",
"mockery/mockery": "^1.5",
"phpunit/phpunit": "^11.0",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.3"
"squizlabs/php_codesniffer": "^3.7"
},
"autoload": {
"psr-4": {
Expand All @@ -27,8 +28,8 @@
},
"scripts": {
"test": "vendor/bin/phpunit --no-coverage",
"check-style": "vendor/bin/phpcs -p --standard=PSR12 --exclude=PSR2.ControlStructures.ControlStructureSpacing --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 --warning-severity=6 app tests database/factories",
"fix-style": "vendor/bin/phpcbf -p --standard=PSR12 --exclude=PSR2.ControlStructures.ControlStructureSpacing --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 --warning-severity=6 app tests database/factories"
"check-style": "vendor/bin/phpcs -p --standard=PSR12 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 --warning-severity=6 src tests",
"fix-style": "vendor/bin/phpcbf -p --standard=PSR12 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 --warning-severity=6 src tests"
},
"extra": {
"laravel": {
Expand Down
19 changes: 10 additions & 9 deletions composer.lock

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

0 comments on commit 0d0a054

Please sign in to comment.