Skip to content

Commit

Permalink
Include some ideas from Gregwar#233
Browse files Browse the repository at this point in the history
  • Loading branch information
michnovka committed Jan 3, 2024
1 parent 80bc095 commit af14709
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
./vendor
./composer.lock
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,14 @@ Image creation
If you choose to use image files instead of embedding the widget will execute a garbage collection
randomly and delete images that exceed the configured lifetime.

Use internal Quality-Tools
==============

```
vendor/bin/phpstan analyse
vendor/bin/ecs check .
```
License
=======
This bundle is under the MIT license. See the complete license in the bundle:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"name": "Grégoire Passault",
"email": "[email protected]",
"homepage": "http://www.gregwar.com/"
"homepage": "https://www.gregwar.com/"
},
{
"name": "Jeremy Livingston",
Expand Down

0 comments on commit af14709

Please sign in to comment.