Skip to content

Commit f37c70e

Browse files
authored
Merge pull request #14 from yzPeedro/contributing/helper
Contributing/helper
2 parents 685fac3 + 5bbce1d commit f37c70e

File tree

14 files changed

+3271
-1518
lines changed

14 files changed

+3271
-1518
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,6 @@ Providers são em resumo os provedores dos links que você acessa para assistir
7474
caso seu serviço/site/api esteja sendo utilizado como um provider e você deseja que ele seja removido, por favor entre em contato comigo através do email: [email protected] que farei
7575
a remoção do mesmo de imediato, caso você deseja consumir a api consulte a [documentação de providers](https://github.com/yzPeedro/SugoiAPI/wiki/Providers).
7676

77+
## Como Contribuir
78+
79+
Para contribuir para o projeto verifique a documentação em [Contribuição](https://github.com/yzPeedro/SugoiAPI/wiki/Contribui%C3%A7%C3%A3o).

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,23 @@
1313
"ext-iconv": "*",
1414
"guzzlehttp/guzzle": "^7.0",
1515
"guzzlehttp/promises": "^2.0",
16+
"illuminate/support": "^12.40",
1617
"phpdocumentor/reflection-docblock": "^5.4",
1718
"phpstan/phpdoc-parser": "^1.29",
1819
"symfony/console": "7.1.*",
1920
"symfony/dotenv": "7.1.*",
2021
"symfony/flex": "^2",
2122
"symfony/framework-bundle": "7.1.*",
23+
"symfony/http-foundation": "@stable",
24+
"symfony/process": "@stable",
2225
"symfony/property-access": "7.1.*",
2326
"symfony/property-info": "7.1.*",
2427
"symfony/runtime": "@stable",
2528
"symfony/serializer": "7.1.*",
29+
"symfony/translation": "7.1.*",
30+
"symfony/twig-bundle": "7.1.*",
2631
"symfony/yaml": "7.1.*",
27-
"wyrihaximus/list-classes-in-directory": "^1.6",
28-
"symfony/process": "@stable",
29-
"symfony/http-foundation": "@stable"
32+
"wyrihaximus/list-classes-in-directory": "^1.6"
3033
},
3134
"config": {
3235
"allow-plugins": {

0 commit comments

Comments
 (0)