Skip to content

Commit 33c2b10

Browse files
authored
Merge pull request #1 from davemednick/MAD-15408_openstack_upgrade
[MAD-15408] openstack upgrade
2 parents 46bc05b + 5716dd2 commit 33c2b10

File tree

19 files changed

+5650
-34
lines changed

19 files changed

+5650
-34
lines changed

composer.json

Lines changed: 15 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"api",
99
"sdk"
1010
],
11+
"homepage": "https://github.com/php-opencloud/openstack",
1112
"authors": [
1213
{
1314
"name": "Jamie Hannaford",
@@ -25,24 +26,6 @@
2526
"homepage": "https://github.com/k0ka"
2627
}
2728
],
28-
"homepage": "https://github.com/php-opencloud/openstack",
29-
"require": {
30-
"php": "^7.2.5 || ^8.0",
31-
"guzzlehttp/guzzle": "^7.0",
32-
"guzzlehttp/psr7": ">=1.7",
33-
"guzzlehttp/uri-template": "^0.2 || ^1.0",
34-
"justinrainbow/json-schema": "^5.2 || ^6.0"
35-
},
36-
"require-dev": {
37-
"ext-json": "*",
38-
"ergebnis/composer-normalize": "^2.0",
39-
"friendsofphp/php-cs-fixer": "^3",
40-
"php-coveralls/php-coveralls": "^2.0",
41-
"php-parallel-lint/php-parallel-lint": "^1.2",
42-
"phpspec/prophecy": "^1.17",
43-
"phpunit/phpunit": ">=8.5.23 <9.0",
44-
"psr/log": "^1.0"
45-
},
4629
"autoload": {
4730
"psr-4": {
4831
"OpenStack\\": "src/"
@@ -54,15 +37,24 @@
5437
"OpenStack\\Test\\": "tests/unit/"
5538
}
5639
},
40+
"require": {
41+
"php": "^7.2.5 || ^8.0",
42+
"guzzlehttp/guzzle": "^7.0",
43+
"guzzlehttp/psr7": ">=1.7",
44+
"guzzlehttp/uri-template": "^0.2 || ^1.0",
45+
"justinrainbow/json-schema": "^5.2 || ^6.0"
46+
},
47+
"require-dev": {
48+
"phpunit/phpunit": "^6.5 || ^8.5",
49+
"psr/log": "^1.0",
50+
"php-coveralls/php-coveralls": "^2.0",
51+
"jakub-onderka/php-parallel-lint": "^1.0",
52+
"friendsofphp/php-cs-fixer": "^2.13 || ^3"
53+
},
5754
"config": {
5855
"allow-plugins": {
5956
"ergebnis/composer-normalize": true
6057
},
6158
"sort-packages": true
62-
},
63-
"extra": {
64-
"branch-alias": {
65-
"dev-master": "3.0-dev"
66-
}
6759
}
6860
}

0 commit comments

Comments
 (0)