Skip to content

Commit

Permalink
Merge branch 'master' into docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mborne committed Jul 15, 2024
2 parents 8a85678 + ad5a534 commit 44ff673
Show file tree
Hide file tree
Showing 6 changed files with 637 additions and 687 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
php-version: [7.4,8.1]
php-version: [8.2,8.3]

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It also provides a way to mirror PHP dependencies to allow offline builds.

## Requirements

* PHP 7.4 or 8.x
* [PHP >=8.2](https://www.php.net/supported-versions.php)
* GitLab API v4 / GitHub API / Gogs API / Gitea API

## Usage
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"bin/satis-gitlab"
],
"require": {
"mborne/remote-git": "~0.1",
"symfony/console": "^5.4",
"mborne/remote-git": "^0.7",
"symfony/console": "^5.4|^6.0|^7.0",
"composer/satis": "dev-main"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 44ff673

Please sign in to comment.