File tree 3 files changed +8
-14
lines changed
3 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 21
21
coverage : xdebug
22
22
extensions : ${{ matrix.extension }}
23
23
tools : composer:v2
24
- - uses : nick-invision/retry@v1
25
- with :
26
- timeout_minutes : 5
27
- max_attempts : 5
28
- command : composer update --no-interaction --no-progress --ignore-platform-req=php
29
- if : " matrix.php >= 8"
30
- - uses : nick-invision/retry@v1
31
- with :
32
- timeout_minutes : 5
33
- max_attempts : 5
34
- command : composer update --no-interaction --prefer-dist --no-progress
35
- if : " matrix.php < 8"
24
+ - run : composer install --prefer-dist --no-interaction
36
25
- run : vendor/bin/phpunit --coverage-text
26
+ - run : vendor/bin/phpcs --standard=PSR12 --colors -n src tests
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ** 4.1.0 (released 2020-11-26)** :
4
+
5
+ - Added PHP 8.0 support
6
+
3
7
** 4.0.0 (released 2019-04-03)** :
4
8
5
9
- Added UTF-8 support (thanks [ @bonfante ] ( https://github.com/ivanakimov/hashids.php/pull/128 ) )
Original file line number Diff line number Diff line change 29
29
"ext-mbstring" : " *"
30
30
},
31
31
"require-dev" : {
32
- "phpunit/phpunit" : " ^8.0 || ^9.3 " ,
32
+ "phpunit/phpunit" : " ^8.0 || ^9.4 " ,
33
33
"squizlabs/php_codesniffer" : " ^3.5"
34
34
},
35
35
"suggest" : {
41
41
},
42
42
"extra" : {
43
43
"branch-alias" : {
44
- "dev-master" : " 4.0 -dev"
44
+ "dev-master" : " 4.1 -dev"
45
45
}
46
46
},
47
47
"autoload" : {
You can’t perform that action at this time.
0 commit comments