Skip to content

Commit

Permalink
UTCT-21: Routine Composer udpate.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gilligan <[email protected]>

Package operations: 0 installs, 7 updates, 0 removals
  - Upgrading psr/log (1.1.4 => 2.0.0)
  - Upgrading composer/ca-bundle (1.3.6 => 1.3.7)
  - Upgrading rmccue/requests (v2.0.7 => v2.0.9)
  - Upgrading symfony/polyfill-php72 (v1.27.0 => v1.28.0)
  - Upgrading symfony/polyfill-intl-normalizer (v1.27.0 => v1.28.0)
  - Upgrading symfony/polyfill-intl-idn (v1.27.0 => v1.28.0)
  - Upgrading symfony/polyfill-mbstring (v1.27.0 => v1.28.0)
  • Loading branch information
UTCGilligan committed Nov 17, 2023
1 parent 5c8c192 commit 60f2b2c
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 54 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"source": "https://github.com/YOURLS/YOURLS"
},
"require": {
"php": ">=7.4",
"php": ">=8.1",
"ext-dom": "*",
"ext-filter": "*",
"ext-hash": "*",
Expand All @@ -39,7 +39,7 @@
"config": {
"vendor-dir": "includes/vendor",
"platform": {
"php": "7.4.0"
"php": "8.1"
}
},
"autoload": {
Expand Down
110 changes: 58 additions & 52 deletions composer.lock

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

0 comments on commit 60f2b2c

Please sign in to comment.