6
6
[ ![ License] [ license-shield ]] ( LICENSE.md )
7
7
8
8
[ ![ Travis] [ travis-shield ]] [ travis ]
9
- [ ![ Dependency Status] [ versioneye-shield ]] [ versioneye ]
10
9
[ ![ Latest Version on Packagist] [ packagist-version-shield ]] [ packagist-version ]
11
10
[ ![ Packagist] [ packagist-shield ]] [ packagist ]
12
11
@@ -95,7 +94,7 @@ still use the one provided in a project.
95
94
The following script will install a system wide Composer for you, including the QA tools.
96
95
97
96
``` bash
98
- bash <( curl -S https://raw.githubusercontent.com/DealerDirect /php-qa-tools/master/bin/install.sh)
97
+ bash <( curl -S https://raw.githubusercontent.com/Dealerdirect /php-qa-tools/master/bin/install.sh)
99
98
```
100
99
101
100
That's it. This can be put in any instructions, such as a README or someone's blog, since the logic is in the shell
@@ -105,8 +104,8 @@ releases signature matches the public key of Dealerdirect.
105
104
106
105
``` bash
107
106
gpg --keyserver hkp://keys.gnupg.net --recv-keys C4133165DF5EB4BAEABDADCACF1E7823C5339B59
108
- curl -O https://raw.githubusercontent.com/DealerDirect /php-qa-tools/master/bin/install.sh
109
- curl -O https://raw.githubusercontent.com/DealerDirect /php-qa-tools/master/bin/install.sh.sig
107
+ curl -O https://raw.githubusercontent.com/Dealerdirect /php-qa-tools/master/bin/install.sh
108
+ curl -O https://raw.githubusercontent.com/Dealerdirect /php-qa-tools/master/bin/install.sh.sig
110
109
gpg --verify install.sh.sig
111
110
bash install.sh
112
111
```
@@ -115,7 +114,7 @@ This is obviously a shell script, if you're really concerned about the argument
115
114
activities within, you can easily review it before you run it.
116
115
117
116
``` bash
118
- curl -O https://raw.githubusercontent.com/DealerDirect /php-qa-tools/master/bin/install.sh
117
+ curl -O https://raw.githubusercontent.com/Dealerdirect /php-qa-tools/master/bin/install.sh
119
118
less install.sh
120
119
bash instal.sh
121
120
```
@@ -182,7 +181,7 @@ Did not find a matching vacancy? Just [get in touch][get-in-touch]!
182
181
183
182
The MIT License (MIT)
184
183
185
- Copyright (c) 2016-2017 Dealerdirect B.V.
184
+ Copyright (c) 2016-2018 Dealerdirect B.V.
186
185
187
186
Permission is hereby granted, free of charge, to any person obtaining a copy
188
187
of this software and associated documentation files (the "Software"), to deal
@@ -215,7 +214,7 @@ THE SOFTWARE.
215
214
[ grumphp ] : https://github.com/phpro/grumphp
216
215
[ json-lint ] : https://github.com/Seldaek/jsonlint
217
216
[ license-shield ] : https://img.shields.io/github/license/dealerdirect/php-qa-tools.svg
218
- [ maintenance-shield ] : https://img.shields.io/maintenance/yes/2017 .svg
217
+ [ maintenance-shield ] : https://img.shields.io/maintenance/yes/2018 .svg
219
218
[ mockery ] : https://github.com/padraic/mockery
220
219
[ packagist-shield ] : https://img.shields.io/packagist/dt/dealerdirect/qa-tools.svg
221
220
[ packagist-version-shield ] : https://img.shields.io/packagist/v/dealerdirect/qa-tools.svg
@@ -229,7 +228,7 @@ THE SOFTWARE.
229
228
[ phpcompatibility ] : https://github.com/wimg/PHPCompatibility
230
229
[ phpcov ] : https://github.com/sebastianbergmann/phpcov
231
230
[ phpcpd ] : https://github.com/sebastianbergmann/phpcpd
232
- [ phpcs-composer-installer ] : https://github.com/DealerDirect /phpcodesniffer-composer-installer
231
+ [ phpcs-composer-installer ] : https://github.com/Dealerdirect /phpcodesniffer-composer-installer
233
232
[ phpcs-fixer ] : http://cs.sensiolabs.org
234
233
[ phpcs ] : https://github.com/squizlabs/PHP_CodeSniffer
235
234
[ phpdoc ] : https://www.phpdoc.org
@@ -243,9 +242,7 @@ THE SOFTWARE.
243
242
[ sami ] : https://github.com/FriendsOfPHP/sami
244
243
[ security-checker ] : https://security.sensiolabs.org
245
244
[ tombstone-analyzer ] : https://github.com/scheb/tombstone-analyzer
246
- [ travis-shield ] : https://img.shields.io/travis/DealerDirect /php-qa-tools.svg
247
- [ travis ] : https://travis-ci.org/DealerDirect /php-qa-tools
245
+ [ travis-shield ] : https://img.shields.io/travis/Dealerdirect /php-qa-tools.svg
246
+ [ travis ] : https://travis-ci.org/Dealerdirect /php-qa-tools
248
247
[ vacancies ] : https://www.dealerdirect.com/en/vacancies
249
- [ versioneye-shield ] : https://www.versioneye.com/user/projects/580939a4d65a77002f5eab70/badge.svg
250
- [ versioneye ] : https://www.versioneye.com/user/projects/580939a4d65a77002f5eab70
251
248
[ versions-check ] : https://github.com/Soullivaneuh/composer-versions-check
0 commit comments