Skip to content

Commit

Permalink
Update all composer non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                    | from    | to      |
| ----------- | -------------------------- | ------- | ------- |
| packagist   | intervention/image         | 3.9.1   | 3.10.1  |
| packagist   | league/commonmark          | 2.5.3   | 2.6.0   |
| github-tags | containerbase/php-prebuild | 8.3.14  | 8.4.2   |
| packagist   | phpstan/phpstan            | 1.12.11 | 1.12.13 |
| packagist   | symfony/config             | 7.1.7   | 7.2.0   |
| packagist   | symfony/finder             | 7.1.6   | 7.2.0   |
| packagist   | symfony/translation        | 7.1.6   | 7.2.0   |
| packagist   | symfony/yaml               | 7.1.6   | 7.2.0   |
| packagist   | twig/intl-extra            | 3.15.0  | 3.18.0  |
| packagist   | twig/string-extra          | 3.15.0  | 3.18.0  |
| packagist   | twig/twig                  | 3.15.0  | 3.18.0  |
  • Loading branch information
renovate[bot] authored Dec 29, 2024
1 parent 636170e commit e079aad
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 126 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
}
],
"require": {
"php": "8.3.14",
"php": "8.4.2",
"ext-intl": "*",
"ext-json": "*",
"cuyz/valinor": "1.14.1",
"filp/whoops": "^2.16.0",
"intervention/image": "^3.9.1",
"league/commonmark": "^2.5.3",
"intervention/image": "^3.10.1",
"league/commonmark": "^2.6.0",
"spatie/commonmark-shiki-highlighter": "^2.5.0",
"symfony/config": "^7.1.7",
"symfony/finder": "^7.1.6",
"symfony/translation": "^7.1.6",
"symfony/yaml": "^7.1.6",
"twig/intl-extra": "^3.15.0",
"twig/string-extra": "^3.15.0",
"twig/twig": "^3.15.0"
"symfony/config": "^7.2.0",
"symfony/finder": "^7.2.0",
"symfony/translation": "^7.2.0",
"symfony/yaml": "^7.2.0",
"twig/intl-extra": "^3.18.0",
"twig/string-extra": "^3.18.0",
"twig/twig": "^3.18.0"
},
"autoload": {
"psr-4": {
Expand All @@ -36,7 +36,7 @@
"sort-packages": true
},
"require-dev": {
"phpstan/phpstan": "^1.12.11",
"phpstan/phpstan": "^1.12.13",
"phpstan/phpstan-strict-rules": "^1.6.1"
}
}
Loading

0 comments on commit e079aad

Please sign in to comment.