Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Jun 30, 2021
1 parent 31e0048 commit 5504b15
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
38 changes: 19 additions & 19 deletions composer.lock

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

0 comments on commit 5504b15

Please sign in to comment.