|
1 | 1 | { |
2 | | - "name": "beans/beans", |
3 | | - "description": "The most innovative theme for WordPress. The real magic is under the hood.", |
4 | | - "type": "wordpress-theme", |
5 | | - "license": "GPL-2.0+", |
6 | | - "homepage": "http://www.getbeans.io/", |
7 | | - "support": { |
8 | | - "issues": "https://github.com/GetBeans/Beans/issues", |
9 | | - "source": "https://github.com/GetBeans/Beans" |
10 | | - }, |
11 | | - "minimum-stability": "dev", |
12 | | - "prefer-stable": true, |
13 | | - "autoload": { |
14 | | - "exclude-from-classmap": [ |
15 | | - "/tests/" |
16 | | - ] |
17 | | - }, |
18 | | - "autoload-dev": { |
19 | | - "psr-4": { |
20 | | - "Beans\\Framework\\Tests\\Unit\\": "tests/phpunit/unit/", |
21 | | - "Beans\\Framework\\Tests\\Integration\\": "tests/phpunit/integration/" |
22 | | - } |
23 | | - }, |
24 | | - "repositories": [ |
25 | | - { |
26 | | - "type": "package", |
27 | | - "package": { |
28 | | - "name": "xwp/wp-dev-lib", |
29 | | - "version": "1.0.1", |
30 | | - "source": { |
31 | | - "url": "https://github.com/xwp/wp-dev-lib.git", |
32 | | - "type": "git", |
33 | | - "reference": "master" |
34 | | - } |
35 | | - } |
36 | | - } |
37 | | - ], |
38 | | - "require": { |
39 | | - "php": "^5.2|^7", |
40 | | - "composer/installers": "^1.4", |
41 | | - "roave/security-advisories": "dev-master" |
42 | | - }, |
43 | | - "require-dev": { |
44 | | - "php": "^5.6|^7", |
45 | | - "brain/monkey": "^2.2", |
46 | | - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", |
47 | | - "mikey179/vfsStream": "^1.6", |
48 | | - "phpunit/phpunit": "~5.7.9", |
49 | | - "sirbrillig/phpcs-variable-analysis": "^2.0", |
50 | | - "squizlabs/php_codesniffer": "^3.2", |
51 | | - "wimg/php-compatibility": "^8.0", |
52 | | - "wp-coding-standards/wpcs": "^0.14.1", |
53 | | - "xwp/wp-dev-lib": "^1.0.1" |
54 | | - }, |
55 | | - "config": { |
56 | | - "sort-order": true |
57 | | - }, |
58 | | - "scripts": { |
59 | | - "install-codestandards": [ |
60 | | - "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin::run" |
61 | | - ], |
62 | | - "phpcs-src": "\"vendor/bin/phpcs\"", |
63 | | - "phpcs-tests": "\"vendor/bin/phpcs\" --runtime-set testVersion 5.6 tests/phpunit/", |
64 | | - "run-phpcs": [ |
65 | | - "@phpcs-src", |
66 | | - "@phpcs-tests" |
67 | | - ], |
68 | | - "test-unit": "\"vendor/bin/phpunit\" --testsuite unit --color=always", |
69 | | - "test-integration": "\"vendor/bin/phpunit\" --testsuite integration --configuration tests/phpunit/integration/phpunit.xml.dist --color=always", |
70 | | - "run-tests": [ |
71 | | - "@test-unit", |
72 | | - "@test-integration" |
73 | | - ] |
74 | | - } |
| 2 | + "name": "beans/beans", |
| 3 | + "description": "The most innovative theme for WordPress. The real magic is under the hood.", |
| 4 | + "type": "wordpress-theme", |
| 5 | + "license": "GPL-2.0+", |
| 6 | + "homepage": "http://www.getbeans.io/", |
| 7 | + "support": { |
| 8 | + "issues": "https://github.com/GetBeans/Beans/issues", |
| 9 | + "source": "https://github.com/GetBeans/Beans" |
| 10 | + }, |
| 11 | + "minimum-stability": "dev", |
| 12 | + "prefer-stable": true, |
| 13 | + "autoload": { |
| 14 | + "exclude-from-classmap": [ |
| 15 | + "/tests/" |
| 16 | + ] |
| 17 | + }, |
| 18 | + "autoload-dev": { |
| 19 | + "psr-4": { |
| 20 | + "Beans\\Framework\\Tests\\Unit\\": "tests/phpunit/unit/", |
| 21 | + "Beans\\Framework\\Tests\\Integration\\": "tests/phpunit/integration/" |
| 22 | + } |
| 23 | + }, |
| 24 | + "repositories": [ |
| 25 | + { |
| 26 | + "type": "package", |
| 27 | + "package": { |
| 28 | + "name": "xwp/wp-dev-lib", |
| 29 | + "version": "1.0.1", |
| 30 | + "source": { |
| 31 | + "url": "https://github.com/xwp/wp-dev-lib.git", |
| 32 | + "type": "git", |
| 33 | + "reference": "master" |
| 34 | + } |
| 35 | + } |
| 36 | + } |
| 37 | + ], |
| 38 | + "require": { |
| 39 | + "php": "^5.2|^7", |
| 40 | + "composer/installers": "^1.4" |
| 41 | + }, |
| 42 | + "require-dev": { |
| 43 | + "php": "^5.6|^7", |
| 44 | + "brain/monkey": "^2.2", |
| 45 | + "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", |
| 46 | + "mikey179/vfsStream": "^1.6", |
| 47 | + "phpunit/phpunit": "~5.7.9", |
| 48 | + "roave/security-advisories": "dev-master", |
| 49 | + "sirbrillig/phpcs-variable-analysis": "^2.0", |
| 50 | + "squizlabs/php_codesniffer": "^3.3", |
| 51 | + "wimg/php-compatibility": "^8.0", |
| 52 | + "wp-coding-standards/wpcs": "^1.0.0", |
| 53 | + "xwp/wp-dev-lib": "^1.0.1" |
| 54 | + }, |
| 55 | + "config": { |
| 56 | + "sort-order": true |
| 57 | + }, |
| 58 | + "scripts": { |
| 59 | + "install-codestandards": [ |
| 60 | + "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin::run" |
| 61 | + ], |
| 62 | + "phpcs-src": "\"vendor/bin/phpcs\" --ignore=*/tests/*", |
| 63 | + "phpcs-tests": "\"vendor/bin/phpcs\" --runtime-set testVersion 5.6 tests/phpunit/", |
| 64 | + "run-phpcs": [ |
| 65 | + "@phpcs-src", |
| 66 | + "@phpcs-tests" |
| 67 | + ], |
| 68 | + "test-unit": "\"vendor/bin/phpunit\" --testsuite unit --color=always", |
| 69 | + "test-integration": "\"vendor/bin/phpunit\" --testsuite integration --configuration tests/phpunit/integration/phpunit.xml.dist --color=always", |
| 70 | + "run-tests": [ |
| 71 | + "@test-unit", |
| 72 | + "@test-integration" |
| 73 | + ] |
| 74 | + } |
75 | 75 | } |
0 commit comments