Skip to content

Commit 27a5094

Browse files
oliverkleeSam Tuke
authored and
Sam Tuke
committed
[TASK] Depend on Symfony 3.4.0 as minimum version (#288)
Also update some other dependencies.
1 parent 8abfb7d commit 27a5094

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1515
- Bidirectional m:n association Subscribers/SubscriberLists (#254)
1616

1717
### Changed
18+
- Depend on Symfony 3.4.0 as minimum version (#288)
1819
- Move the PHPUnit configuration file (#283)
1920
- Rename the Composer package to "phplist/core" (#275)
2021
- Remove the obsolete core classes (#267)

composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
"doctrine/orm": "^2.5.0",
3737
"doctrine/common": "^2.6.0",
3838
"doctrine/doctrine-bundle": "^1.8.0",
39-
"symfony/symfony": "^3.3.0",
39+
"symfony/symfony": "^3.4.0",
4040
"symfony/monolog-bundle": "^3.1.0",
41-
"symfony/dependency-injection": "^3.0.0",
42-
"symfony/config": "^3.0.0",
43-
"symfony/yaml": "^3.0.0",
44-
"jms/serializer-bundle": "^2.2",
45-
"sensio/framework-extra-bundle": "^3.0.0",
41+
"symfony/dependency-injection": "^3.4.0",
42+
"symfony/config": "^3.4.0",
43+
"symfony/yaml": "^3.4.0",
44+
"jms/serializer-bundle": "^2.3",
45+
"sensio/framework-extra-bundle": "^5.1.0",
4646
"sensio/distribution-bundle": "^5.0.6"
4747
},
4848
"require-dev": {
@@ -53,9 +53,9 @@
5353
"squizlabs/php_codesniffer": "^3.2.0",
5454
"phpstan/phpstan": "^0.7.0",
5555
"nette/caching": "^2.5.0 || ^3.0.0",
56-
"nikic/php-parser": "^3.0.0",
56+
"nikic/php-parser": "^3.1.0",
5757
"phpmd/phpmd": "^2.6.0",
58-
"composer/composer": "^1.5.0"
58+
"composer/composer": "^1.6.0"
5959
},
6060
"suggest": {
6161
"phplist/web-frontend": "4.0.x-dev",

0 commit comments

Comments
 (0)