@@ -110,7 +110,7 @@ in the Composer manual][composer-manual-scripts].
110110When this plugin is installed globally, composer will load the _ global_  plugin rather
111111than the one from the local repository. Despite [ this behavior being documented
112112in the composer manual] [ using-composer-plugins ] , it could potentially confuse
113- as an other  version of the plugin could be run and not the one specified by the project.
113+ as another  version of the plugin could be run and not the one specified by the project.
114114
115115## Developing Coding Standards  
116116
@@ -124,7 +124,7 @@ Create a composer package of your coding standard by adding a `composer.json` fi
124124  "description"  : " Package contains all coding standards of the Acme company" 
125125  "require"  : {
126126    "php"  : " >=5.4.0,<8.0.0-dev" 
127-     "squizlabs/php_codesniffer"  : " ^2 .0" 
127+     "squizlabs/php_codesniffer"  : " ^3 .0" 
128128  },
129129  "type"  : " phpcodesniffer-standard" 
130130}
@@ -153,19 +153,7 @@ Thank you for being involved! :heart_eyes:
153153
154154The original idea and setup of this repository is by [ Franck Nijhof] [ frenck ] , employee @ Dealerdirect.
155155
156- For a full list off all author and/or contributors, check [ the contributors page] [ contributors ] .
157- 
158- ## Working @ Dealerdirect  
159- 
160- Dealerdirect is always on the looking for energetic and hard working developers
161- and devops engineers.
162- 
163- Interested in working at Dealerdirect?
164- Then please be sure to check out [ our vacancies] [ vacancies ] .
165- 
166- Did not find a matching vacancy? Just [ get in touch] [ get-in-touch ] !
167- 
168- [ dealerdirect.com] [ dealerdirectcom ] 
156+ For a full list of all author and/or contributors, check [ the contributors page] [ contributors ] .
169157
170158## License  
171159
0 commit comments