comparison vendor/phpunit/phpunit-mock-objects/composer.json @ 14:1fec387a4317

Update Drupal core to 8.5.2 via Composer
author Chris Cannam
date Mon, 23 Apr 2018 09:46:53 +0100
parents 4c8ae668cc8c
children 129ea1e6d783
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
9 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", 9 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
10 "license": "BSD-3-Clause", 10 "license": "BSD-3-Clause",
11 "authors": [ 11 "authors": [
12 { 12 {
13 "name": "Sebastian Bergmann", 13 "name": "Sebastian Bergmann",
14 "email": "sb@sebastian-bergmann.de", 14 "email": "sebastian@phpunit.de",
15 "role": "lead" 15 "role": "lead"
16 } 16 }
17 ], 17 ],
18 "support": { 18 "support": {
19 "issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues", 19 "issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues"
20 "irc": "irc://irc.freenode.net/phpunit"
21 }, 20 },
21 "prefer-stable": true,
22 "require": { 22 "require": {
23 "php": ">=5.3.3", 23 "php": "^7.0",
24 "phpunit/php-text-template": "~1.2", 24 "phpunit/php-text-template": "^1.2.1",
25 "doctrine/instantiator": "^1.0.2", 25 "doctrine/instantiator": "^1.0.5",
26 "sebastian/exporter": "~1.2" 26 "sebastian/exporter": "^3.1"
27 }, 27 },
28 "require-dev": { 28 "require-dev": {
29 "phpunit/phpunit": "~4.4" 29 "phpunit/phpunit": "^6.5"
30 },
31 "conflict": {
32 "phpunit/phpunit": "<6.0"
33 },
34 "config": {
35 "optimize-autoloader": true,
36 "sort-packages": true
30 }, 37 },
31 "suggest": { 38 "suggest": {
32 "ext-soap": "*" 39 "ext-soap": "*"
33 }, 40 },
34 "autoload": { 41 "autoload": {
41 "tests/_fixture/" 48 "tests/_fixture/"
42 ] 49 ]
43 }, 50 },
44 "extra": { 51 "extra": {
45 "branch-alias": { 52 "branch-alias": {
46 "dev-master": "2.3.x-dev" 53 "dev-master": "5.0.x-dev"
47 } 54 }
48 } 55 }
49 } 56 }
50 57