File tree 5 files changed +98
-189
lines changed
tests/System/HttpEndpoints
5 files changed +98
-189
lines changed Original file line number Diff line number Diff line change 23
23
fail-fast : false
24
24
matrix :
25
25
php-versions : ['8.1']
26
- dependencies : ['current', 'latest', ' oldest']
26
+ dependencies : ['current', 'oldest']
27
27
steps :
28
28
- name : Checkout
29
29
uses : actions/checkout@v2
51
51
- name : Install the latest dependencies
52
52
run : composer update --with-dependencies --prefer-stable --prefer-dist
53
53
if : ${{ matrix.dependencies }} == "current"
54
- - name : Install the lowest dependencies
55
- run : composer update --with-dependencies --prefer-stable --prefer-dist --prefer-lowest
56
- if : ${{ matrix.dependencies }} == "latest"
57
54
- name : Install current dependencies from composer.lock
58
55
run : composer install
59
56
if : ${{ matrix.dependencies }} == "oldest"
Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ This project adheres to [Semantic Versioning](https://semver.org/).
16
16
### Fixed
17
17
- Security update for symfony/symfony and symfony/dependency-injection (#86 )
18
18
19
+
20
+ ## 5.0.0-alpha1
21
+
22
+ ### Changed
23
+ - php version 8.1
24
+
19
25
## 4.0.0-alpha2
20
26
21
27
### Added
Original file line number Diff line number Diff line change 22
22
"role" : " Former developer"
23
23
}
24
24
],
25
- "repositories" : [
26
- {
27
- "type" : " path" ,
28
- "url" : " ../core" ,
29
- "options" : {
30
- "symlink" : true
31
- }
32
- },
33
- {
34
- "type" : " path" ,
35
- "url" : " ../rest-api" ,
36
- "options" : {
37
- "symlink" : true
38
- }
39
- },
40
- {
41
- "type" : " path" ,
42
- "url" : " ../web-frontend" ,
43
- "options" : {
44
- "symlink" : true
45
- }
46
- }
47
- ],
48
25
"support" : {
49
26
"issues" : " https://github.com/phpList/base-distribution/issues" ,
50
27
"forum" : " https://discuss.phplist.org/" ,
54
31
"php" : " ^8.1" ,
55
32
"phplist/core" : " dev-ISSUE-337" ,
56
33
"phplist/rest-api" : " dev-ISSUE-337" ,
57
- "phplist/web-frontend" : " dev-ISSUE-337"
34
+ "phplist/web-frontend" : " dev-ISSUE-337" ,
35
+ "doctrine/orm" : " ^3.3"
58
36
},
59
37
"require-dev" : {
60
38
"phpunit/phpunit" : " ^9.5.2" ,
109
87
},
110
88
"extra" : {
111
89
"branch-alias" : {
112
- "dev-ISSUE-337" : " v5 .0.x-dev"
90
+ "dev-ISSUE-337" : " 5 .0.x-dev"
113
91
},
114
92
"symfony-app-dir" : " bin" ,
115
93
"symfony-bin-dir" : " bin" ,
You can’t perform that action at this time.
0 commit comments