Skip to content

Commit c5023fa

Browse files
committed
Updated project to latest versio of php and dependencies
1 parent 3b63d9b commit c5023fa

File tree

6 files changed

+244
-613
lines changed

6 files changed

+244
-613
lines changed

.github/workflows/changelog-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: "Changelog - Update Unreleased"
77
on:
88
push:
99
branches:
10-
- 4.x
10+
- 5.x
1111

1212
jobs:
1313
changelog-update-unreleased:

.github/workflows/static-analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- "4.x"
7+
- "5.x"
88
schedule:
99
- cron: '0 8 * * *'
1010

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- "4.x"
7+
- "5.x"
88
schedule:
99
- cron: '0 8 * * *'
1010

@@ -21,9 +21,9 @@ jobs:
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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
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",

0 commit comments

Comments
 (0)