Skip to content

Commit

Permalink
Merge pull request Islandora#10 from nigelgbanks/upgrade-php
Browse files Browse the repository at this point in the history
  • Loading branch information
alxp authored Nov 16, 2022
2 parents b37e711 + 4c37211 commit 89f8229
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2,438 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@
"type": "project",
"license": "proprietary",
"require": {
"php": "^7.1.3",
"ext-ctype": "*",
"ext-iconv": "*",
"guzzlehttp/guzzle": "^6.3",
"monolog/monolog": "^1.24",
"symfony/console": "4.2.*",
"symfony/dotenv": "4.2.*",
"symfony/console": "^4.4",
"symfony/dotenv": "^4.4",
"symfony/flex": "^1.1",
"symfony/framework-bundle": "4.2.*",
"symfony/framework-bundle": "^4.4",
"symfony/monolog-bundle": "^3.3",
"symfony/yaml": "4.2.*"
"symfony/yaml": "^4.4"
},
"config": {
"preferred-install": {
Expand Down Expand Up @@ -59,7 +58,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "4.2.*"
"require": "^4.4"
}
}
}
Loading

0 comments on commit 89f8229

Please sign in to comment.