Bump · sebastianbergmann/php-file-iterator@9f9dd93 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 9f9dd93
File tree
2 files changed
lines changed
2 files changed
lines changed
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -7,7 +7,7 @@ on: | ||
7 | 7 | name: "CI" |
8 | 8 | |
9 | 9 | env: |
10 | -COMPOSER_ROOT_VERSION: "4.0-dev" | |
10 | +COMPOSER_ROOT_VERSION: "4.1-dev" | |
11 | 11 | |
12 | 12 | permissions: |
13 | 13 | contents: read |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -40,7 +40,7 @@ | ||
40 | 40 | }, |
41 | 41 | "extra": { |
42 | 42 | "branch-alias": { |
43 | -"dev-main": "4.0-dev" | |
43 | +"dev-main": "4.1-dev" | |
44 | 44 | } |
45 | 45 | } |
46 | 46 | } |