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