Skip to content

Commit 33df0d3

Browse files
Merge pull request #140 from LibreCodeCoop/chore/bump-dependencies
Chore/bump dependencies
2 parents 0564256 + 7379da5 commit 33df0d3

File tree

8 files changed

+1867
-703
lines changed

8 files changed

+1867
-703
lines changed

.github/workflows/lint-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
strategy:
2626
matrix:
27-
php-versions: [ "8.3" ]
27+
php-versions: [ '8.3' ]
2828

2929
name: php-lint
3030

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"doctrine/migrations": "^3.6",
88
"doctrine/orm": "^2.15",
99
"doctrine/sql-formatter": "^1.1",
10-
"librecodecoop/impostos": "^0.0.1",
10+
"librecodecoop/impostos": "^0.1.0",
1111
"monolog/monolog": "^3.3",
1212
"php-di/php-di": "*",
1313
"roukmoute/polyfill-calendar": "^0.5.0",

composer.lock

Lines changed: 230 additions & 313 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor-bin/cs/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"require-dev": {
3-
"friendsofphp/php-cs-fixer": "^3.20"
3+
"friendsofphp/php-cs-fixer": "^3.70"
44
}
55
}

0 commit comments

Comments
 (0)