Skip to content

Commit 08dc821

Browse files
committed
MonoRepo split at 2020-04-08 20:55:23 UTC
1 parent a4bce0d commit 08dc821

File tree

2 files changed

+21
-61
lines changed

2 files changed

+21
-61
lines changed

.phan/config.php

Lines changed: 0 additions & 40 deletions
This file was deleted.

composer.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22
"name": "addwiki/mediawiki-api-base",
33
"type": "library",
44
"description": "A basic Mediawiki api base library",
5-
"keywords": ["Mediawiki"],
5+
"keywords": [
6+
"Mediawiki"
7+
],
8+
"version": "2.5.0",
69
"license": "GPL-2.0+",
710
"authors": [
8-
{ "name": "Addshore" }
11+
{
12+
"name": "Addshore"
13+
}
914
],
1015
"require": {
1116
"php": ">=5.5",
@@ -14,26 +19,13 @@
1419
"psr/log": "~1.0"
1520
},
1621
"require-dev": {
17-
"phpunit/phpunit": "~4.8.0|~5.3.0",
1822
"jakub-onderka/php-parallel-lint": "0.9.2",
19-
"mediawiki/mediawiki-codesniffer": "^13.0"
23+
"mediawiki/mediawiki-codesniffer": "^13.0",
24+
"phpunit/phpunit": "~4.8.0 || ~5.3.0"
2025
},
2126
"suggest": {
2227
"etsy/phan": "Allows running static analysis on the package (requires PHP 7+)"
2328
},
24-
"scripts": {
25-
"lint": "parallel-lint . --exclude vendor",
26-
"phpunit": "phpunit",
27-
"phpunit-unit": "phpunit --testsuite unit",
28-
"phpunit-integration": "phpunit --testsuite integration",
29-
"phpunit-coverage": "phpunit --coverage-clover=coverage.clover",
30-
"phpcs": "phpcs -ps",
31-
"test": [
32-
"@lint",
33-
"@phpcs",
34-
"@phpunit"
35-
]
36-
},
3729
"autoload": {
3830
"psr-4": {
3931
"Mediawiki\\Api\\": "src/"
@@ -44,9 +36,17 @@
4436
"tests/Integration/TestEnvironment.php"
4537
]
4638
},
47-
"extra": {
48-
"branch-alias": {
49-
"dev-master": "2.5.x-dev"
50-
}
39+
"scripts": {
40+
"lint": "parallel-lint . --exclude vendor",
41+
"phpcs": "phpcs -ps",
42+
"phpunit": "phpunit",
43+
"phpunit-coverage": "phpunit --coverage-clover=coverage.clover",
44+
"phpunit-integration": "phpunit --testsuite integration",
45+
"phpunit-unit": "phpunit --testsuite unit",
46+
"test": [
47+
"@lint",
48+
"@phpcs",
49+
"@phpunit"
50+
]
5151
}
5252
}

0 commit comments

Comments
 (0)