Browse Source

Switch to Coding Standards 1.0

pull/161/head
Ned Zimmerman 6 years ago
parent
commit
ac520a738d
  1. 2
      composer.json
  2. 30
      composer.lock

2
composer.json

@ -30,7 +30,7 @@
"spatie/color": "^1.1"
},
"require-dev": {
"pressbooks/coding-standards": "dev-master",
"pressbooks/coding-standards": "^1.0",
"wpreadme2markdown/wp2md": "^3.0"
},
"scripts": {

30
composer.lock generated

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "37ffab9dc637176f12dc50facb30723b",
"content-hash": "88d9ce8ab864a9734459975ad49d4e93",
"packages": [
{
"name": "composer/installers",
@ -338,32 +338,32 @@
},
{
"name": "pressbooks/coding-standards",
"version": "dev-master",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/pressbooks/coding-standards.git",
"reference": "f09f0ba4dd3d20c2acb63c13b28a14bfe86ed229"
"reference": "2c41415fd7eb121d871364bf1e460f724024758c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pressbooks/coding-standards/zipball/f09f0ba4dd3d20c2acb63c13b28a14bfe86ed229",
"reference": "f09f0ba4dd3d20c2acb63c13b28a14bfe86ed229",
"url": "https://api.github.com/repos/pressbooks/coding-standards/zipball/2c41415fd7eb121d871364bf1e460f724024758c",
"reference": "2c41415fd7eb121d871364bf1e460f724024758c",
"shasum": ""
},
"require": {
"fig-r/psr2r-sniffer": "0.5.0",
"humanmade/coding-standards": "0.5.0",
"squizlabs/php_codesniffer": "3.3.0"
"squizlabs/php_codesniffer": "3.3.2"
},
"require-dev": {
"phpunit/phpunit": "6.5.8"
"phpunit/phpunit": "6.5.13"
},
"type": "project",
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0-or-later"
],
"time": "2018-07-13T14:56:39+00:00"
"time": "2018-12-14T16:09:42+00:00"
},
{
"name": "psr/log",
@ -414,16 +414,16 @@
},
{
"name": "squizlabs/php_codesniffer",
"version": "3.3.0",
"version": "3.3.2",
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
"reference": "d86873af43b4aa9d1f39a3601cc0cfcf02b25266"
"reference": "6ad28354c04b364c3c71a34e4a18b629cc3b231e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/d86873af43b4aa9d1f39a3601cc0cfcf02b25266",
"reference": "d86873af43b4aa9d1f39a3601cc0cfcf02b25266",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6ad28354c04b364c3c71a34e4a18b629cc3b231e",
"reference": "6ad28354c04b364c3c71a34e4a18b629cc3b231e",
"shasum": ""
},
"require": {
@ -461,7 +461,7 @@
"phpcs",
"standards"
],
"time": "2018-06-06T23:58:19+00:00"
"time": "2018-09-23T23:08:17+00:00"
},
{
"name": "symfony/console",
@ -789,9 +789,7 @@
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"pressbooks/coding-standards": 20
},
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {

Loading…
Cancel
Save