Merge lp:~tcuthbert/wordpress/openstack-objectstorage into lp:~canonical-sysadmins/wordpress/openstack-objectstorage

Proposed by Thomas Cuthbert
Status: Merged
Approved by: Barry Price
Approved revision: no longer in the revision history of the source branch.
Merged at revision: 4
Proposed branch: lp:~tcuthbert/wordpress/openstack-objectstorage
Merge into: lp:~canonical-sysadmins/wordpress/openstack-objectstorage
Diff against target: 31 lines (+27/-0)
1 file modified
composer.json (+27/-0)
To merge this branch: bzr merge lp:~tcuthbert/wordpress/openstack-objectstorage
Reviewer Review Type Date Requested Status
Barry Price Approve
Canonical IS Reviewers Pending
Review via email: mp+382822@code.launchpad.net

Commit message

bionic composer dependencies update, add composer.json file to track depencencies

To post a comment you must log in.
Revision history for this message
Barry Price (barryprice) wrote :

+1

review: Approve
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

4. By Thomas Cuthbert

bionic composer dependencies update, add composer.json file to track depencencies

Reviewed-on: https://code.launchpad.net/~tcuthbert/wordpress/openstack-objectstorage/+merge/382822
Reviewed-by: Barry Price <email address hidden>

Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision 4

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'composer.json'
2--- composer.json 1970-01-01 00:00:00 +0000
3+++ composer.json 2020-04-23 04:51:58 +0000
4@@ -0,0 +1,27 @@
5+{
6+ "autoload": {
7+ "psr-4": {
8+ "OpenStack\\": "src/OpenStack"
9+ }
10+ },
11+ "require": {
12+ "guzzlehttp/guzzle": "5.3.1",
13+ "guzzlehttp/streams": "~3.0",
14+ "sebastian/version": "1.0.4",
15+ "sebastian/global-state": "1.0.0",
16+ "sebastian/recursion-context": "1.0.0",
17+ "sebastian/exporter": "1.2.0",
18+ "sebastian/environment": "1.2.1",
19+ "sebastian/diff": "1.2.0",
20+ "sebastian/comparator": "1.1.1",
21+ "symfony/yaml": "v2.6.4",
22+ "doctrine/instantiator": "1.0.4",
23+ "phpunit/php-text-template": "1.2.0",
24+ "phpunit/phpunit-mock-objects": "2.3.0",
25+ "phpunit/php-timer": "1.0.5",
26+ "phpunit/php-file-iterator": "1.3.4",
27+ "phpunit/php-token-stream": "1.4.0",
28+ "phpunit/php-code-coverage": "2.0.15",
29+ "phpunit/phpunit": "4.4.5"
30+ }
31+}

Subscribers

People subscribed via source and target branches