File tree 3 files changed +339
-329
lines changed
3 files changed +339
-329
lines changed Original file line number Diff line number Diff line change 26
26
dependencies : ['current', 'oldest']
27
27
steps :
28
28
- name : Checkout
29
- uses : actions/checkout@v2
29
+ uses : actions/checkout@v3
30
30
- name : Setup PHP, with composer and extensions
31
31
uses : shivammathur/setup-php@v2 # https://github.com/shivammathur/setup-php
32
32
with :
41
41
id : composer-cache
42
42
run : echo "::set-output name=dir::$(composer config cache-files-dir)"
43
43
- name : Cache composer dependencies
44
- uses : actions/cache@v2
44
+ uses : actions/cache@v3
45
45
with :
46
46
path : ${{ steps.composer-cache.outputs.dir }}
47
47
# Use composer.json for key, if composer.lock is not committed.
Original file line number Diff line number Diff line change 29
29
},
30
30
"require" : {
31
31
"php" : " ^8.1" ,
32
- "phplist/core" : " dev-ISSUE-337 " ,
33
- "phplist/rest-api" : " dev-ISSUE-337 " ,
34
- "phplist/web-frontend" : " dev-ISSUE-337 " ,
32
+ "phplist/core" : " v5.0.0-alpha3 " ,
33
+ "phplist/rest-api" : " v5.0.0-alpha2 " ,
34
+ "phplist/web-frontend" : " v5.0.0-alpha2 " ,
35
35
"doctrine/orm" : " ^3.3"
36
36
},
37
37
"require-dev" : {
86
86
]
87
87
},
88
88
"extra" : {
89
- "branch-alias" : {
90
- "dev-ISSUE-337" : " 5.0.x-dev"
91
- },
92
89
"symfony-app-dir" : " bin" ,
93
90
"symfony-bin-dir" : " bin" ,
94
91
"symfony-var-dir" : " var" ,
You can’t perform that action at this time.
0 commit comments