Skip to content

Commit

Permalink
UPDATE composer.json & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kenza-ya committed Jul 24, 2024
1 parent 67b4520 commit 0e7b762
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Version 13.0.0

## Features

### PHP 8.1 Compatibility

* Update dependencies
* Add PHP ">=8.1" support
* Remove PHP 7.3 support

# Version 12.5.3

## Bugfixes
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"symfony/console": "~4.0|~5.0|~6.0|~7.0",
"symfony/expression-language": "~6.0",
"symfony/dependency-injection": "~4.0|~5.0|~6.0",
"techdivision/import-app-simple": "dev-compatibility-php-81",
"techdivision/import-configuration-jms": "dev-compatibility-php-81"
"techdivision/import-app-simple": "^19.0.0",
"techdivision/import-configuration-jms": "^18.0.0"
},
"require-dev": {
"doctrine/dbal": "^4.0.4",
Expand All @@ -20,8 +20,8 @@
"sebastian/phpcpd": "^2.0.1",
"squizlabs/php_codesniffer": "^3.10.1",
"consolidation/robo": "^4.0.2",
"mikey179/vfsstream": "v1.6.11",
"symfony/http-kernel": "v4.4.51"
"mikey179/vfsstream": "~1.6.11",
"symfony/http-kernel": "~4.4.51"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 0e7b762

Please sign in to comment.