Skip to content

Commit

Permalink
Merge pull request #39 from mborne/38-command-success
Browse files Browse the repository at this point in the history
Update dependencies, PHP supported versions and use Command::SUCCESS
  • Loading branch information
mborne authored Jul 15, 2024
2 parents ac3a3db + 877be54 commit be1e8a9
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 be1e8a9

Please sign in to comment.