-
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Rework the test script to be clearer. - Add the versions of the package detected. - Pin the versions to avoid having the output changing.
- Loading branch information
Showing
8 changed files
with
103 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"bin": "index.php", | ||
"require": { | ||
"guzzlehttp/guzzle": "^6.0" | ||
"guzzlehttp/guzzle": "^6.5.8" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
fixtures/set035-composer-files-autoload/guzzle5-include/composer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"bin": "index.php", | ||
"require": { | ||
"guzzlehttp/guzzle": "^5.0" | ||
"guzzlehttp/guzzle": "5.3.4" | ||
} | ||
} |
26 changes: 11 additions & 15 deletions
26
fixtures/set035-composer-files-autoload/guzzle5-include/composer.lock
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.