Composer update

This commit is contained in:
Matias Griese
2021-04-19 13:05:42 +03:00
parent 43e1e69429
commit e788cea015
4 changed files with 48 additions and 24 deletions
+10
View File
@@ -88,6 +88,16 @@ Contributing to the Gantry 5 framework, or to its associated documentation is ea
We recommend chatting with the team via [Gitter](https://gitter.im/gantry/gantry5) prior to submitting the pull request to avoid doubling up on a fix that is already pending or likely to be overwritten by an upcoming change.
## Using git version of Gantry
To use git version of Gantry, you first need to install composer dependencies. To do this, run:
```
bin/composer-install
```
After that, you need to properly symlink Gantry into your CMS installation.
## Bundling JS and Compiling SCSS
In our development environment, we use **Gulp** to bundle **JavaScript** and compile **SCSS** with the capability of `watch` so that any change on target files will automatically trigger the recompilation.
+14
View File
@@ -0,0 +1,14 @@
#!/bin/bash
cd platforms
echo "# Updating composer for Grav"
cd grav/gantry5 && composer update --no-dev && cd ../..
echo "# Updating composer for Joomla"
cd joomla/lib_gantry5 && composer update --no-dev && cd ../..
cd joomla/plg_system_gantry5_debugbar && composer update --no-dev && cd ../..
echo "# Updating composer for WP"
cd wordpress/gantry5 && composer update --no-dev && cd ../..
cd wordpress/gantry5_debugbar && composer update --no-dev && cd ../..
+12 -12
View File
@@ -109,16 +109,16 @@
},
{
"name": "filp/whoops",
"version": "2.11.0",
"version": "2.12.0",
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
"reference": "f6e14679f948d8a5cfb866fa7065a30c66bd64d3"
"reference": "d501fd2658d55491a2295ff600ae5978eaad7403"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/filp/whoops/zipball/f6e14679f948d8a5cfb866fa7065a30c66bd64d3",
"reference": "f6e14679f948d8a5cfb866fa7065a30c66bd64d3",
"url": "https://api.github.com/repos/filp/whoops/zipball/d501fd2658d55491a2295ff600ae5978eaad7403",
"reference": "d501fd2658d55491a2295ff600ae5978eaad7403",
"shasum": ""
},
"require": {
@@ -168,7 +168,7 @@
],
"support": {
"issues": "https://github.com/filp/whoops/issues",
"source": "https://github.com/filp/whoops/tree/2.11.0"
"source": "https://github.com/filp/whoops/tree/2.12.0"
},
"funding": [
{
@@ -176,7 +176,7 @@
"type": "github"
}
],
"time": "2021-03-19T12:00:00+00:00"
"time": "2021-03-30T12:00:00+00:00"
},
{
"name": "pimple/pimple",
@@ -337,16 +337,16 @@
},
{
"name": "rockettheme/toolbox",
"version": "1.5.7",
"version": "1.5.9",
"source": {
"type": "git",
"url": "https://github.com/rockettheme/toolbox.git",
"reference": "8d3ebc4d982595d6eac90e851f2b4d5c0cec0399"
"reference": "2d6693235aaca2efaadb61c84dac927aaf4eabfa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rockettheme/toolbox/zipball/8d3ebc4d982595d6eac90e851f2b4d5c0cec0399",
"reference": "8d3ebc4d982595d6eac90e851f2b4d5c0cec0399",
"url": "https://api.github.com/repos/rockettheme/toolbox/zipball/2d6693235aaca2efaadb61c84dac927aaf4eabfa",
"reference": "2d6693235aaca2efaadb61c84dac927aaf4eabfa",
"shasum": ""
},
"archive": {
@@ -401,10 +401,10 @@
"rockettheme"
],
"support": {
"source": "https://github.com/rockettheme/toolbox/tree/1.5.7",
"source": "https://github.com/rockettheme/toolbox/tree/1.5.9",
"issues": "https://github.com/rockettheme/toolbox/issues"
},
"time": "2021-02-17T17:58:36+00:00"
"time": "2021-04-14T19:52:40+00:00"
},
{
"name": "scssphp/scssphp",
+12 -12
View File
@@ -376,16 +376,16 @@
},
{
"name": "filp/whoops",
"version": "2.11.0",
"version": "2.12.0",
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
"reference": "f6e14679f948d8a5cfb866fa7065a30c66bd64d3"
"reference": "d501fd2658d55491a2295ff600ae5978eaad7403"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/filp/whoops/zipball/f6e14679f948d8a5cfb866fa7065a30c66bd64d3",
"reference": "f6e14679f948d8a5cfb866fa7065a30c66bd64d3",
"url": "https://api.github.com/repos/filp/whoops/zipball/d501fd2658d55491a2295ff600ae5978eaad7403",
"reference": "d501fd2658d55491a2295ff600ae5978eaad7403",
"shasum": ""
},
"require": {
@@ -435,7 +435,7 @@
],
"support": {
"issues": "https://github.com/filp/whoops/issues",
"source": "https://github.com/filp/whoops/tree/2.11.0"
"source": "https://github.com/filp/whoops/tree/2.12.0"
},
"funding": [
{
@@ -443,7 +443,7 @@
"type": "github"
}
],
"time": "2021-03-19T12:00:00+00:00"
"time": "2021-03-30T12:00:00+00:00"
},
{
"name": "pimple/pimple",
@@ -604,16 +604,16 @@
},
{
"name": "rockettheme/toolbox",
"version": "1.5.7",
"version": "1.5.9",
"source": {
"type": "git",
"url": "https://github.com/rockettheme/toolbox.git",
"reference": "8d3ebc4d982595d6eac90e851f2b4d5c0cec0399"
"reference": "2d6693235aaca2efaadb61c84dac927aaf4eabfa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rockettheme/toolbox/zipball/8d3ebc4d982595d6eac90e851f2b4d5c0cec0399",
"reference": "8d3ebc4d982595d6eac90e851f2b4d5c0cec0399",
"url": "https://api.github.com/repos/rockettheme/toolbox/zipball/2d6693235aaca2efaadb61c84dac927aaf4eabfa",
"reference": "2d6693235aaca2efaadb61c84dac927aaf4eabfa",
"shasum": ""
},
"archive": {
@@ -668,10 +668,10 @@
"rockettheme"
],
"support": {
"source": "https://github.com/rockettheme/toolbox/tree/1.5.7",
"source": "https://github.com/rockettheme/toolbox/tree/1.5.9",
"issues": "https://github.com/rockettheme/toolbox/issues"
},
"time": "2021-02-17T17:58:36+00:00"
"time": "2021-04-14T19:52:40+00:00"
},
{
"name": "scssphp/scssphp",