File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1919 composer-options : ' --prefer-lowest --prefer-stable'
2020 - php-version : ' 7.3'
2121 composer-options : ' --prefer-stable'
22+ - php-version : ' 7.4'
23+ composer-options : ' --prefer-stable'
24+ - php-version : ' 8.0'
25+ composer-options : ' --prefer-stable'
2226
2327 steps :
2428 - name : ' Check out'
Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 3.2.0
5+ -----
6+
7+ * Added support for PHP 8.
8+
493.1.0
510-----
611
Original file line number Diff line number Diff line change 1212 }
1313 ],
1414 "require" : {
15- "php" : " ^7.1" ,
15+ "php" : " ^7.1 || ^8.0 " ,
1616 "php-xapi/exception" : " ~0.1" ,
1717 "ramsey/uuid" : " ^2.9 || ^3.0"
1818 },
1919 "require-dev" : {
20- "phpspec/phpspec" : " ~2.3 "
20+ "phpspec/phpspec" : " ^5.0 || ^6.0 || ^7.0 "
2121 },
2222 "conflict" : {
2323 "xabbuh/xapi-model" : " *"
You can’t perform that action at this time.
0 commit comments