Skip to content

Commit

Permalink
increased min version, updated output attributes for github actions: h…
Browse files Browse the repository at this point in the history
  • Loading branch information
marcing committed Jan 15, 2024
1 parent d7a454e commit a235de0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: "Get Composer Cache Directory"
id: composer-cache
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
- name: "Cache Composer dependencies"
uses: "actions/cache@v2"
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"require": {
"php": "^8.1",
"ext-yaml": "*",
"composer-plugin-api": "^1.0 | ^2.0"
"composer-plugin-api": "^2.0"
},
"require-dev": {
"composer/composer": "^2.0",
"phpunit/phpunit": "^10"
"composer/composer": "^2.6",
"phpunit/phpunit": "^10.5"
},
"support": {
"irc": "irc://irc.gitter.im/octolab/Cleaner",
Expand Down

0 comments on commit a235de0

Please sign in to comment.