File tree Expand file tree Collapse file tree 6 files changed +244
-613
lines changed
Expand file tree Collapse file tree 6 files changed +244
-613
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name: "Changelog - Update Unreleased"
77on :
88 push :
99 branches :
10- - 4 .x
10+ - 5 .x
1111
1212jobs :
1313 changelog-update-unreleased :
Original file line number Diff line number Diff line change 44 pull_request :
55 push :
66 branches :
7- - " 4 .x"
7+ - " 5 .x"
88 schedule :
99 - cron : ' 0 8 * * *'
1010
Original file line number Diff line number Diff line change 44 pull_request :
55 push :
66 branches :
7- - " 4 .x"
7+ - " 5 .x"
88 schedule :
99 - cron : ' 0 8 * * *'
1010
2121 - " lowest"
2222 - " highest"
2323 php-version :
24- - " 7.4"
25- - " 8.0"
2624 - " 8.1"
25+ - " 8.2"
26+ - " 8.3"
2727 operating-system :
2828 - " ubuntu-latest"
2929
Original file line number Diff line number Diff line change 11# PHP Humanizer
22
3- ![ Tests] ( https://github.com/coduo/php-humanizer/workflows/Tests/badge.svg?branch=4 .x )
3+ ![ Tests] ( https://github.com/coduo/php-humanizer/workflows/Tests/badge.svg?branch=5 .x )
44[ ![ Latest Stable Version] ( https://poser.pugx.org/coduo/php-humanizer/v/stable )] ( https://packagist.org/packages/coduo/php-humanizer )
55[ ![ Total Downloads] ( https://poser.pugx.org/coduo/php-humanizer/downloads )] ( https://packagist.org/packages/coduo/php-humanizer )
66[ ![ Latest Unstable Version] ( https://poser.pugx.org/coduo/php-humanizer/v/unstable )] ( https://packagist.org/packages/coduo/php-humanizer )
77[ ![ License] ( https://poser.pugx.org/coduo/php-humanizer/license )] ( https://packagist.org/packages/coduo/php-humanizer )
88
99### Tests
10- * ![ Tests] ( https://github.com/coduo/php-humanizer/workflows/Tests/badge.svg?branch=4 .x ) - 4 .x
10+ * ![ Tests] ( https://github.com/coduo/php-humanizer/workflows/Tests/badge.svg?branch=5 .x ) - 5 .x
1111
12- [ Readme for 4 .x version] ( https://github.com/coduo/php-humanizer/tree/4 .x/README.md )
12+ [ Readme for 5 .x version] ( https://github.com/coduo/php-humanizer/tree/5 .x/README.md )
1313
1414
1515
Original file line number Diff line number Diff line change 1515 }
1616 ],
1717 "require" : {
18- "php" : " ~7.4 || ~8.0 || ~8.1 " ,
19- "symfony/translation" : " ^4 .4|^5.0|^6.0 " ,
20- "symfony/yaml" : " ^4 .4|^5.0|^6.0 " ,
21- "aeon-php/calendar" : " ^0.16.1 || ^ 1.0"
18+ "php" : " ~8.1 || ~8.2 || ~8.3 " ,
19+ "symfony/translation" : " ~5 .4||~6.4||~7 " ,
20+ "symfony/yaml" : " ~5 .4||~6.4||~7 " ,
21+ "aeon-php/calendar" : " ^1.0"
2222 },
2323 "require-dev" : {
2424 "thunderer/shortcode" : " ^0.7" ,
You can’t perform that action at this time.
0 commit comments