Skip to content

Commit

Permalink
Merge branch 'gantry:develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
N8Solutions committed Oct 23, 2023
2 parents 4bfe104 + 18c4cad commit fa6f230
Show file tree
Hide file tree
Showing 10 changed files with 359 additions and 210 deletions.
14 changes: 7 additions & 7 deletions platforms/grav/gantry5/compat/composer.lock

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

8 changes: 7 additions & 1 deletion platforms/grav/gantry5/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"require": {
"php": ">=7.3.6",
"scssphp/scssphp": "~1.10",
"leafo/scssphp": "0.8.4"
"leafo/scssphp": "dev-master"
},
"autoload": {
"psr-4": {
Expand All @@ -20,6 +20,12 @@
"src/Loader.php"
]
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/rockettheme/scssphp"
}
],
"config": {
"platform": {
"php": "7.3.6"
Expand Down
52 changes: 34 additions & 18 deletions platforms/grav/gantry5/composer.lock

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

28 changes: 14 additions & 14 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.

8 changes: 6 additions & 2 deletions platforms/joomla/lib_gantry5/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

"twig/twig": "~1.42",
"scssphp/scssphp": "1.10.0",
"leafo/scssphp": "0.8.4"
"leafo/scssphp": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
Expand All @@ -23,7 +23,11 @@
{
"type": "vcs",
"url": "https://github.com/rockettheme/toolbox"
}
},
{
"type": "vcs",
"url": "https://github.com/rockettheme/scssphp"
}
],
"autoload": {
"psr-4": {
Expand Down

0 comments on commit fa6f230

Please sign in to comment.