Skip to content

Commit

Permalink
Update composer packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkhode1 committed Oct 22, 2024
1 parent 59a5f6f commit 4a306e6
Show file tree
Hide file tree
Showing 4 changed files with 1,513 additions and 726 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
- README.md
pull_request:
branches:
- 1.0.x
- 1.x
- 1.1.x
paths-ignore:
- README.md
permissions:
Expand All @@ -22,7 +23,11 @@ jobs:
matrix:
include:
- os: "ubuntu-latest"
php: "7.4"
php: "8.1"
env: 'HIGHEST_LOWEST="update --prefer-lowest"'
coverage: "none"
- os: "ubuntu-latest"
php: "8.3"
env: 'HIGHEST_LOWEST="update"'
coverage: "pcov"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ contributed modules/themes, this library offers a simple API to access such data
- Resolve different Drupal core versions, including the current version, development versions, and next minor versions.

### Requirements
- **PHP 7.4**.
- **PHP 8.1** and above.
- **Composer** for installation.
- Internet access to query data from drupal.org.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"homepage": "https://github.com/vishalkhode1/version-resolver",
"require": {
"php": "^7.4",
"php": "^8.1",
"guzzlehttp/guzzle": "^7.9",
"hassankhan/config": "^3.1"
},
Expand Down
Loading

0 comments on commit 4a306e6

Please sign in to comment.