update de l'application pour le dev de la documentation

This commit is contained in:
Emmanuel ROY 2020-12-18 17:58:53 +01:00
parent b710d8e24f
commit d096ffa58a
7 changed files with 9 additions and 5 deletions

10
.gitignore vendored
View file

@ -1,7 +1,11 @@
/composer.lock composer.lock
/vendor/* vendor
/_relicats /_relicats
/.idea
.idea
.vscode
.DS_store
/application/modules/phplist /application/modules/phplist
/application/modules/symfony /application/modules/symfony

View file

@ -13,4 +13,4 @@ define('DSN_BDD2',"mysql:host=localhost;dbname=db2");
define('USER_BDD2',"user2"); define('USER_BDD2',"user2");
define('PASS_BDD2',"pass2"); define('PASS_BDD2',"pass2");
define('PATH_URL',$_SERVER['REQUEST_SCHEME'] . "://www.sand-framework.infoartsmedia.org"); define('PATH_URL', $_SERVER['REQUEST_SCHEME'] . "://www.sand-framework.infoartsmedia.org");

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 KiB

BIN
artefacts/sand-title.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 469 KiB

BIN
artefacts/sand-title.xcf Normal file

Binary file not shown.

View file

@ -11,7 +11,7 @@
} }
}, },
"require": { "require": {
"php": "^7.1.3", "php": "^7.4",
"ext-json": "*", "ext-json": "*",
"ext-curl": "*", "ext-curl": "*",
"windwalker/renderer": "3.*", "windwalker/renderer": "3.*",