Skip to content

Commit 331cc7f

Browse files
committed
🚑 Fixes unused definition in README
1 parent f956684 commit 331cc7f

File tree

2 files changed

+18
-21
lines changed

2 files changed

+18
-21
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ You'll get the following tools by depending on this package:
3939
### Test Related
4040

4141
- **[Codeception][codeception]**: Modern full-stack testing framework for PHP
42-
- **[Ocular][ocular]**: CLI for uploading external code coverage data to Scrutinizer
4342
- **[ParaTest][paratest]**: Parallel testing for PHPUnit
4443
- **[PHPUnit][phpunit]**: Testing framework for PHP
4544

composer.json

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -25,29 +25,27 @@
2525
"require": {
2626
"php": ">=5.6,<8.0-dev",
2727
"brianium/paratest": ">=0.14.0,<1.0.0",
28-
"codeception/codeception": "^2.2.0",
29-
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.0",
30-
"deployer/deployer": "^4.0.0",
31-
"deployer/recipes": "^4.0.0",
32-
"friendsofphp/php-cs-fixer": "^2.0.0",
28+
"codeception/codeception": "^2.3",
29+
"dealerdirect/phpcodesniffer-composer-installer": "^0.4",
30+
"deployer/deployer": "^4.3",
31+
"deployer/recipes": "^4.0",
32+
"friendsofphp/php-cs-fixer": "^2.8",
3333
"hirak/prestissimo": "^0.3",
3434
"jakub-onderka/php-parallel-lint": ">=0.9.1,<1.0.0",
35-
"pdepend/pdepend": "^2.2.0",
36-
"phing/phing": "^2.0.0",
37-
"phploc/phploc": "^3.0.1",
38-
"phpmd/phpmd": "^2.2.0",
39-
"phpmetrics/phpmetrics": "^2.0.0",
35+
"pdepend/pdepend": "^2.5",
36+
"phploc/phploc": "^4.0",
37+
"phpmd/phpmd": "^2.6.0",
38+
"phpmetrics/phpmetrics": "^2.3.2",
4039
"phpro/grumphp": ">=0.11.0,<1.0.0,!=0.11.4",
41-
"phpunit/phpunit": "^5.5.0",
42-
"robmorgan/phinx": "^0.8.0",
43-
"scheb/tombstone-analyzer": "^0.3.0",
44-
"scrutinizer/ocular": "^1.3",
45-
"sebastian/phpcpd": "^3.0.0",
46-
"seld/jsonlint": "^1.4.0",
47-
"sensiolabs/security-checker": "^4.0",
48-
"sllh/composer-versions-check": "^2.0.0",
49-
"squizlabs/php_codesniffer": "^3.0.2",
50-
"wimg/php-compatibility": "^8.0.0"
40+
"phpunit/phpunit": "^5.7",
41+
"robmorgan/phinx": "^0.9",
42+
"scheb/tombstone-analyzer": "^0.3",
43+
"sebastian/phpcpd": "^3.0",
44+
"seld/jsonlint": "^1.6",
45+
"sensiolabs/security-checker": "^4.1",
46+
"sllh/composer-versions-check": "^2.0",
47+
"squizlabs/php_codesniffer": "^3.2",
48+
"wimg/php-compatibility": "^8.0"
5149
},
5250
"suggest": {
5351
"apigen/apigen": "Smart and Readable Documentation for your PHP project.",

0 commit comments

Comments
 (0)