Skip to content

Commit b40de85

Browse files
committed
ISSUE-337: local version
1 parent a92a703 commit b40de85

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"doctrine/instantiator": "^1.0.5"
6060
},
6161
"suggest": {
62-
"phplist/web-frontend": "4.0.x-dev",
63-
"phplist/rest-api": "4.0.x-dev"
62+
"phplist/web-frontend": "5.0.x-dev",
63+
"phplist/rest-api": "5.0.x-dev"
6464
},
6565
"autoload": {
6666
"psr-4": {
@@ -96,7 +96,7 @@
9696
},
9797
"extra": {
9898
"branch-alias": {
99-
"dev-master": "4.0.x-dev"
99+
"dev-ISSUE-337": "v5.0.x-dev"
100100
},
101101
"symfony-app-dir": "",
102102
"symfony-bin-dir": "bin",
@@ -106,9 +106,7 @@
106106
"phplist/core": {
107107
"bundles": [
108108
"Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle",
109-
"Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle",
110109
"Symfony\\Bundle\\MonologBundle\\MonologBundle",
111-
"JMS\\SerializerBundle\\JMSSerializerBundle",
112110
"Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle",
113111
"PhpList\\Core\\EmptyStartPageBundle\\PhpListEmptyStartPageBundle"
114112
],

0 commit comments

Comments
 (0)