The "--1" option should no longer be necessary for "composer update" · sebastianbergmann/php-file-iterator@de3c2d5 (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 de3c2d5
The "--1" option should no longer be necessary for "composer update"
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -25,7 +25,6 @@ | ||
25 | 25 | |
26 | 26 | <exec executable="${basedir}/tools/composer" taskname="composer"> |
27 | 27 | <arg value="self-update"/> |
28 | - <arg value="--1"/> | |
29 | 28 | </exec> |
30 | 29 | </target> |
31 | 30 | </project> |