Skip to content

Commit

Permalink
Rever composer.json changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mahagr authored and hexplor committed Apr 18, 2023
1 parent a7e5de4 commit cc05cce
Show file tree
Hide file tree
Showing 11 changed files with 5,064 additions and 424 deletions.
4,938 changes: 4,938 additions & 0 deletions bin/builder/composer.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions platforms/grav/gantry5/compat/composer.lock

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

2 changes: 1 addition & 1 deletion platforms/grav/gantry5/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

"require": {
"php": ">=7.3.6",
"scssphp/scssphp": "~1.10",
"scssphp/scssphp": "1.6.0",
"leafo/scssphp": "0.8.4"
},
"autoload": {
Expand Down
17 changes: 8 additions & 9 deletions platforms/grav/gantry5/composer.lock

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

4 changes: 0 additions & 4 deletions platforms/joomla/lib_gantry5/compat/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@

"require": {
"php": ">=7.2.5",
"pimple/pimple": "~3.5",
"twig/twig": "~1.44",
"scssphp/scssphp": "~1.10"
},
"replace": {
"psr/container": "*"
},
"config": {
"platform": {
"php": "7.2.5"
Expand Down
101 changes: 24 additions & 77 deletions platforms/joomla/lib_gantry5/compat/composer.lock

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

20 changes: 10 additions & 10 deletions platforms/joomla/lib_gantry5/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"license": "GPLv2",

"require": {
"php": ">=7.2.5",
"symfony/event-dispatcher": "^3.4",
"symfony/yaml": "^4.0.0",
"pimple/pimple": "^3.2",
"filp/whoops": "^2.15.1",
"rockettheme/toolbox": "~1.6.4",
"erusev/parsedown-extra": "^0.7",
"php": ">=5.6.20",
"symfony/event-dispatcher": "~3.4",
"symfony/yaml": "~3.4",
"pimple/pimple": "~3.2",
"filp/whoops": "~2.5",
"rockettheme/toolbox": "~1.5",
"erusev/parsedown-extra": "~0.7",

"twig/twig": "^2.5.15",
"scssphp/scssphp": "~1.10",
"twig/twig": "~1.42",
"scssphp/scssphp": "1.6.0",
"leafo/scssphp": "0.8.4"
},
"require-dev": {
Expand All @@ -32,7 +32,7 @@
},
"config": {
"platform": {
"php": "7.2.5"
"php": "5.6.20"
}
}
}

0 comments on commit cc05cce

Please sign in to comment.