Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz committed Jan 31, 2024
1 parent 69920b4 commit 0559cc8
Show file tree
Hide file tree
Showing 18 changed files with 754 additions and 633 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ static-single
/vendor
/build
.phpunit.result.cache
.phpunit.cache
.php_cs.cache
.php-cs-fixer.cache
coverage.xml
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"ext-json": "*",
"php": ">=8.1",
"guzzlehttp/guzzle": "~6.0 || ~7.0",
"league/commonmark": "^2.2.0",
"league/commonmark": "^2.4.0",
"league/plates": "~3.1",
"scrivo/highlight.php": "^9.15",
"symfony/console": "^4.4|^5.0|^6.0",
"symfony/http-foundation": "^4.4|^5.0|^6.0",
"symfony/mime": "^4.4|^5.0|^6.0",
"symfony/console": "^5.0|^6.0|^7.0",
"symfony/http-foundation": "^5.0|^6.0|^7.0",
"symfony/mime": "^5.0|^6.0|^7.0",
"symfony/polyfill-intl-icu": "^1.10",
"symfony/process": "^4.4|^5.0|^6.0",
"symfony/yaml": "^4.4|^5.0|^6.0"
"symfony/process": "^5.0|^6.0|^7.0",
"symfony/yaml": "^5.0|^6.0|^7.0"
},
"suggest":{
"ext-intl": "Allows to translate the modified at date"
Expand All @@ -44,7 +44,7 @@
"require-dev": {
"mikey179/vfsstream": "^1.6",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5"
"phpunit/phpunit": "^10.0"
},
"scripts": {
"test": "APP_ENV=test php vendor/bin/phpunit",
Expand Down
Loading

0 comments on commit 0559cc8

Please sign in to comment.