Skip to content

Commit 16288f1

Browse files
committed
removed dev suggestions from composer file
Those are now specified in the _test composer file.
1 parent 2ee6c32 commit 16288f1

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
},
2828
"suggest": {
2929
"ext-mbstring": "The mbstring extension is highly recommended to speed up all UTF-8 handling",
30-
"ext-intl": "The intl extension allows for better locale specific sorting",
31-
"squizlabs/php_codesniffer": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
32-
"phpunit/phpunit": "Allows automated tests to be run without system-wide install (only version 4-7 are supported)."
30+
"ext-intl": "The intl extension allows for better locale specific sorting"
3331
},
3432
"prefer-stable": true
3533
}

vendor/composer/installed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'dokuwiki/dokuwiki',
44
'pretty_version' => 'dev-master',
55
'version' => 'dev-master',
6-
'reference' => '91c051b578b6f689d63885c95ea2d73e0e46f39a',
6+
'reference' => '2ee6c32db8425e90b058cc4532511ffd71f65087',
77
'type' => 'project',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -22,7 +22,7 @@
2222
'dokuwiki/dokuwiki' => array(
2323
'pretty_version' => 'dev-master',
2424
'version' => 'dev-master',
25-
'reference' => '91c051b578b6f689d63885c95ea2d73e0e46f39a',
25+
'reference' => '2ee6c32db8425e90b058cc4532511ffd71f65087',
2626
'type' => 'project',
2727
'install_path' => __DIR__ . '/../../',
2828
'aliases' => array(),

0 commit comments

Comments
 (0)