Skip to content

Commit 3e04250

Browse files
committed
Removed PHPUnit6, we are not ready for this. Small sorting/text improvements
1 parent 3c92b08 commit 3e04250

File tree

3 files changed

+35
-33
lines changed

3 files changed

+35
-33
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
55
## Related Issues
66

7-
> ([Github link](https://help.github.com/articles/autolinked-references-and-urls/) to related issues or pull requests)
7+
> ([GitHub link](https://help.github.com/articles/autolinked-references-and-urls/) to related issues or pull requests)

.spelling

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,43 +6,43 @@ sublicense
66
behaviour
77

88
- ./.github/PULL_REQUEST_TEMPLATE.md
9-
Github
9+
GitHub
1010

1111
- ./CONTRIBUTING.md
1212
dealerdirect.nl.
13+
http
1314
opensource
1415
sexualized
15-
http
1616

1717
- ./README.md
18-
Linters
18+
_CodeBrowser
19+
_CodeCoverage
1920
_CodeSniffer
20-
GrumPHP
21-
Githooks
2221
_Depend
23-
PhpMetrics
24-
SensioLabs
22+
_eyes
23+
ApiGen
2524
Behat
25+
codebase
2626
Codeception
27-
ParaTest
28-
PHPUnit
27+
devops
28+
frontend
29+
Githooks
2930
Goutte
30-
Selenium2
31-
WebDriver
31+
GrumPHP
32+
https
33+
Linters
34+
metapackage
35+
Nijhof
36+
ParaTest
3237
PHPCompatibility
33-
ApiGen
34-
_CodeBrowser
3538
phpcov
36-
frontend
37-
_CodeCoverage
3839
phpDocumentor
3940
phpDox
41+
PhpMetrics
42+
PHPUnit
4043
Sami
41-
metapackage
42-
codebase
44+
Selenium2
45+
SensioLabs
4346
versioning
44-
https
45-
_eyes
46-
Nijhof
47-
devops
47+
WebDriver
4848
workingatdealerdirect.eu

composer.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"authors": [
1313
{
1414
"name": "Franck Nijhof",
15-
"email": "f.nijhof@dealerdirect.nl",
15+
"email": "franck.nijhof@dealerdirect.nl",
1616
"homepage": "http://workingatdealerdirect.eu",
1717
"role": "Developer"
1818
}
@@ -24,32 +24,31 @@
2424
},
2525
"require": {
2626
"php": ">=5.6,<8.0-dev",
27-
28-
"hirak/prestissimo": "^0.3",
29-
"dealerdirect/phpcodesniffer-composer-installer": "^0.3.0",
30-
3127
"behat/behat": "^3.1.0",
3228
"behat/mink": "^1.7.0",
3329
"behat/mink-goutte-driver": "^1.2.0",
3430
"brianium/paratest": ">=0.14.0,<1.0.0",
3531
"codeception/codeception": "^2.2.0",
32+
"dealerdirect/phpcodesniffer-composer-installer": "^0.3.0",
3633
"deployer/deployer": "^3.0.0",
3734
"frenck/php-compatibility": "^7.0.0",
3835
"friendsofphp/php-cs-fixer": "^2.0.0",
36+
"hirak/prestissimo": "^0.3",
37+
"humbug/humbug": "~1.0@dev",
3938
"jakub-onderka/php-parallel-lint": ">=0.9.1,<1.0.0",
39+
"ocramius/package-versions": "^1.1.2",
40+
"pdepend/pdepend": "^2.2.0",
4041
"phploc/phploc": "^3.0.1",
41-
"phpmetrics/phpmetrics": "^2.0.0",
4242
"phpmd/phpmd": "^2.2.0",
43+
"phpmetrics/phpmetrics": "^2.0.0",
4344
"phpro/grumphp": ">=0.11.0,<1.0.0",
44-
"phpunit/phpunit": "^5.5.0|^6.0.0",
45-
"pdepend/pdepend": "^2.2.0",
45+
"phpunit/phpunit": "^5.5.0",
46+
"scheb/tombstone-analyzer": "^0.3.0",
4647
"sebastian/phpcpd": "^3.0.0",
4748
"seld/jsonlint": "^1.4.0",
4849
"sensiolabs/security-checker": "^4.0",
4950
"sllh/composer-versions-check": "^2.0.0",
50-
"squizlabs/php_codesniffer": "^2.5",
51-
"scheb/tombstone-analyzer": "^0.3.0",
52-
"humbug/humbug": "~1.0@dev"
51+
"squizlabs/php_codesniffer": "^2.5"
5352
},
5453
"suggest": {
5554
"apigen/apigen": "Smart and Readable Documentation for your PHP project.",
@@ -59,5 +58,8 @@
5958
"phpunit/phpcov": "Command-line frontend for the PHP_CodeCoverage library",
6059
"sami/sami": "Documentation generator used for Symfony2 docs.",
6160
"theseer/phpdox": "A fast Documentation generator for PHP Code using standard technology (SRC, DOCBLOCK, XML and XSLT) with event based processing."
61+
},
62+
"config": {
63+
"sort-packages": true
6264
}
6365
}

0 commit comments

Comments
 (0)