diff --git a/.gitignore b/.gitignore index 4990985..49fb2f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,11 @@ -/composer.lock -/vendor/* +composer.lock +vendor + /_relicats -/.idea + +.idea +.vscode +.DS_store /application/modules/phplist /application/modules/symfony diff --git a/application/parameters.php b/application/parameters.php index d86fad6..597ba30 100644 --- a/application/parameters.php +++ b/application/parameters.php @@ -13,4 +13,4 @@ define('DSN_BDD2',"mysql:host=localhost;dbname=db2"); define('USER_BDD2',"user2"); define('PASS_BDD2',"pass2"); -define('PATH_URL',$_SERVER['REQUEST_SCHEME'] . "://www.sand-framework.infoartsmedia.org"); \ No newline at end of file +define('PATH_URL', $_SERVER['REQUEST_SCHEME'] . "://www.sand-framework.infoartsmedia.org"); diff --git a/artefacts/sand-title-001.png b/artefacts/sand-title-001.png new file mode 100644 index 0000000..3a966c3 Binary files /dev/null and b/artefacts/sand-title-001.png differ diff --git a/artefacts/sand-title.png b/artefacts/sand-title.png new file mode 100644 index 0000000..d24d4d7 Binary files /dev/null and b/artefacts/sand-title.png differ diff --git a/artefacts/sand-title.xcf b/artefacts/sand-title.xcf new file mode 100644 index 0000000..e065abe Binary files /dev/null and b/artefacts/sand-title.xcf differ diff --git a/composer.json b/composer.json index eb87393..7497a92 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } }, "require": { - "php": "^7.1.3", + "php": "^7.4", "ext-json": "*", "ext-curl": "*", "windwalker/renderer": "3.*", diff --git a/application/objets/phantom.gitkeep b/domain/.gitkeep similarity index 100% rename from application/objets/phantom.gitkeep rename to domain/.gitkeep