Skip to content

Commit

Permalink
Update composer.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Jan 2, 2019
1 parent 12c1516 commit 9dc714f
Show file tree
Hide file tree
Showing 6 changed files with 158 additions and 74 deletions.
2 changes: 1 addition & 1 deletion .scenarios.lock/symfony2/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
"dev-master": "2.x-dev"
}
},
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion .scenarios.lock/symfony4/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
"dev-master": "2.x-dev"
}
},
"suggest": {
Expand Down
110 changes: 76 additions & 34 deletions .scenarios.lock/symfony4/composer.lock

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

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

### 1.4.0 - 1.4.2 1/2/2019
### 1.4.0 - 1.4.3 1/2/2019

* BUGFIX: Back out 1.3.5, which contained breaking changes. Create a 1.x branch for continuation of compatible versions, and move breaking code to 2.x development (on master branch).

Expand Down
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2018 Codegyre Developers Team, Consolidation Team
Copyright (c) 2014-2019 Codegyre Developers Team, Consolidation Team

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand All @@ -22,9 +22,9 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
DEPENDENCY LICENSES:

Name Version License
consolidation/annotated-command 2.10.2 MIT
consolidation/annotated-command 2.11.0 MIT
consolidation/config 1.1.1 MIT
consolidation/log 1.0.6 MIT
consolidation/log 1.1.1 MIT
consolidation/output-formatters 3.4.0 MIT
consolidation/self-update 1.1.5 MIT
container-interop/container-interop 1.2.0 MIT
Expand Down
Loading

0 comments on commit 9dc714f

Please sign in to comment.