Skip to content

Commit d4f58dd

Browse files
authored
Merge pull request #18 from KaririCode-Framework/develop
remove composer.lock from version control
2 parents 5faa6ca + d14da3b commit d4f58dd

File tree

9 files changed

+257
-5086
lines changed

9 files changed

+257
-5086
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ tests/lista_de_arquivos_test.php
6464
lista_de_arquivos.txt
6565
lista_de_arquivos_tests.txt
6666
add_static_to_providers.php
67+
/composer.lock

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
],
2727
"require": {
2828
"php": "^8.3",
29-
"kariricode/contract": "^2.7"
29+
"kariricode/contract": "^2.7",
30+
"kariricode/exception": "^1.2"
3031
},
3132
"autoload": {
3233
"psr-4": {

0 commit comments

Comments
 (0)