Skip to content

Commit

Permalink
Updated project to latest versio of php and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Apr 11, 2024
1 parent 3b63d9b commit c5023fa
Show file tree
Hide file tree
Showing 6 changed files with 244 additions and 613 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: "Changelog - Update Unreleased"
on:
push:
branches:
- 4.x
- 5.x

jobs:
changelog-update-unreleased:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- "4.x"
- "5.x"
schedule:
- cron: '0 8 * * *'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- "4.x"
- "5.x"
schedule:
- cron: '0 8 * * *'

Expand All @@ -21,9 +21,9 @@ jobs:
- "lowest"
- "highest"
php-version:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
- "8.3"
operating-system:
- "ubuntu-latest"

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# PHP Humanizer

![Tests](https://github.com/coduo/php-humanizer/workflows/Tests/badge.svg?branch=4.x)
![Tests](https://github.com/coduo/php-humanizer/workflows/Tests/badge.svg?branch=5.x)
[![Latest Stable Version](https://poser.pugx.org/coduo/php-humanizer/v/stable)](https://packagist.org/packages/coduo/php-humanizer)
[![Total Downloads](https://poser.pugx.org/coduo/php-humanizer/downloads)](https://packagist.org/packages/coduo/php-humanizer)
[![Latest Unstable Version](https://poser.pugx.org/coduo/php-humanizer/v/unstable)](https://packagist.org/packages/coduo/php-humanizer)
[![License](https://poser.pugx.org/coduo/php-humanizer/license)](https://packagist.org/packages/coduo/php-humanizer)

### Tests
* ![Tests](https://github.com/coduo/php-humanizer/workflows/Tests/badge.svg?branch=4.x) - 4.x
* ![Tests](https://github.com/coduo/php-humanizer/workflows/Tests/badge.svg?branch=5.x) - 5.x

[Readme for 4.x version](https://github.com/coduo/php-humanizer/tree/4.x/README.md)
[Readme for 5.x version](https://github.com/coduo/php-humanizer/tree/5.x/README.md)



Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
}
],
"require": {
"php": "~7.4 || ~8.0 || ~8.1",
"symfony/translation": "^4.4|^5.0|^6.0",
"symfony/yaml": "^4.4|^5.0|^6.0",
"aeon-php/calendar": "^0.16.1 || ^1.0"
"php": "~8.1 || ~8.2 || ~8.3",
"symfony/translation": "~5.4||~6.4||~7",
"symfony/yaml": "~5.4||~6.4||~7",
"aeon-php/calendar": "^1.0"
},
"require-dev": {
"thunderer/shortcode": "^0.7",
Expand Down
Loading

0 comments on commit c5023fa

Please sign in to comment.