Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into build/rector
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Nov 21, 2023
2 parents e34e515 + f306ce1 commit 894764d
Show file tree
Hide file tree
Showing 5 changed files with 386 additions and 476 deletions.
11 changes: 10 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
directory: "."
schedule:
interval: "weekly"
groups:
dependencies:
patterns:
- "*"

- package-ecosystem: "composer"
directory: "requirement-checker"
schedule:
interval: "weekly"
groups:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
needs:
- build-phar
if: github.event_name == 'release'
permissions:
contents: write
steps:
- uses: actions/download-artifact@v3
with:
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions requirement-checker/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"require-dev": {
"ergebnis/composer-normalize": "^2.29",
"fidry/makefile": "^0.2.1",
"phpunit/phpunit": "^9.0",
"fidry/makefile": "^1.0.1",
"phpunit/phpunit": "^10.4",
"symfony/yaml": "^6.2"
},
"autoload": {
Expand Down
Loading

0 comments on commit 894764d

Please sign in to comment.