From 5504b159195d78077767bd1bbd7d06756e4436b9 Mon Sep 17 00:00:00 2001 From: Chemaclass Date: Wed, 30 Jun 2021 14:53:08 +0200 Subject: [PATCH] Update readme --- README.md | 4 ++-- composer.json | 6 +++--- composer.lock | 38 +++++++++++++++++++------------------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 5e40f1c2..f011c00f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ rules: - Different modules can interact **ONLY** via their `Facade` - The `Facade` is the **ONLY** one who has access to the `Factory` - The `Factory` creates the objects from the module and has access to the Module's `Config` -- The `Config` can get the values from the `/config.php` file at the root of the project +- The `Config` can get the values from the `config/*.php` files - The `DependencyProvider` uses the Locator to get the Facades from different modules ### Installation @@ -55,7 +55,7 @@ composer require gacela-project/gacela ### Examples -You can see an example of some modules under the `tests/Integration` folder. +You can see an example of a module using gacela in [this repository](https://github.com/gacela-project/gacela-example). ### Contribute diff --git a/composer.json b/composer.json index 594b187e..aec43f1c 100644 --- a/composer.json +++ b/composer.json @@ -22,9 +22,9 @@ "require-dev": { "phpunit/phpunit": "^9.5", "vimeo/psalm": "^4.6", - "friendsofphp/php-cs-fixer": "^2.18", - "symfony/var-dumper": "^5.2", - "phpstan/phpstan": "^0.12.88" + "friendsofphp/php-cs-fixer": "^2.19", + "symfony/var-dumper": "^5.3", + "phpstan/phpstan": "^0.12.90" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 5cc01f40..f0462766 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "bca08720d7cf241b53d2abfc0ff58205", + "content-hash": "3efc0a79b3ebb95e76239d890ec22c24", "packages": [ { "name": "psr/container", @@ -786,16 +786,16 @@ }, { "name": "symfony/string", - "version": "v5.3.2", + "version": "v5.3.3", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "0732e97e41c0a590f77e231afc16a327375d50b0" + "reference": "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/0732e97e41c0a590f77e231afc16a327375d50b0", - "reference": "0732e97e41c0a590f77e231afc16a327375d50b0", + "url": "https://api.github.com/repos/symfony/string/zipball/bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1", + "reference": "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1", "shasum": "" }, "require": { @@ -849,7 +849,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v5.3.2" + "source": "https://github.com/symfony/string/tree/v5.3.3" }, "funding": [ { @@ -865,7 +865,7 @@ "type": "tidelift" } ], - "time": "2021-06-06T09:51:56+00:00" + "time": "2021-06-27T11:44:38+00:00" } ], "packages-dev": [ @@ -4094,16 +4094,16 @@ }, { "name": "symfony/filesystem", - "version": "v5.3.0", + "version": "v5.3.3", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "348116319d7fb7d1faa781d26a48922428013eb2" + "reference": "19b71c8f313b411172dd5f470fd61f24466d79a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/348116319d7fb7d1faa781d26a48922428013eb2", - "reference": "348116319d7fb7d1faa781d26a48922428013eb2", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/19b71c8f313b411172dd5f470fd61f24466d79a9", + "reference": "19b71c8f313b411172dd5f470fd61f24466d79a9", "shasum": "" }, "require": { @@ -4136,7 +4136,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v5.3.0" + "source": "https://github.com/symfony/filesystem/tree/v5.3.3" }, "funding": [ { @@ -4152,7 +4152,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:43:10+00:00" + "time": "2021-06-30T07:27:52+00:00" }, { "name": "symfony/finder", @@ -4554,16 +4554,16 @@ }, { "name": "symfony/var-dumper", - "version": "v5.3.2", + "version": "v5.3.3", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "905a22c68b292ffb6f20d7636c36b220d1fba5ae" + "reference": "46aa709affb9ad3355bd7a810f9662d71025c384" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/905a22c68b292ffb6f20d7636c36b220d1fba5ae", - "reference": "905a22c68b292ffb6f20d7636c36b220d1fba5ae", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/46aa709affb9ad3355bd7a810f9662d71025c384", + "reference": "46aa709affb9ad3355bd7a810f9662d71025c384", "shasum": "" }, "require": { @@ -4622,7 +4622,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.3.2" + "source": "https://github.com/symfony/var-dumper/tree/v5.3.3" }, "funding": [ { @@ -4638,7 +4638,7 @@ "type": "tidelift" } ], - "time": "2021-06-06T09:51:56+00:00" + "time": "2021-06-24T08:13:00+00:00" }, { "name": "theseer/tokenizer",