Skip to content

Commit

Permalink
Move psr/log dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Mar 21, 2024
1 parent e0bfa7a commit ef21674
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
run: composer install --no-progress --prefer-dist --optimize-autoloader

- name: Check code for hard dependencies missing in composer.json
continue-on-error: true
run: composer-require-checker check --config-file=tools/composer-require-checker.json composer.json

- name: Check code for unused dependencies in composer.json
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"ext-pcre": "*",

"psr/clock": "^1.0",
"psr/log": "^2.0 | ^3.0",
"simplesamlphp/assert": "^1.0",
"simplesamlphp/xml-common": "^1.14",
"simplesamlphp/xml-security": "^1.6"
},
"require-dev": {
"beste/clock": "^3.0",
"psr/log": "^2.0 | ^3.0",
"simplesamlphp/simplesamlphp-test-framework": "^1.5"
},
"autoload": {
Expand Down

0 comments on commit ef21674

Please sign in to comment.