Merge branch 'tainacan:develop' into develop

This commit is contained in:
Adrian 2021-11-12 01:52:53 +02:00 committed by GitHub
commit ff6d9924fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1841 additions and 4 deletions

View File

@ -9,7 +9,8 @@
},
"require-dev": {
"squizlabs/php_codesniffer": "^2.2 || ^3.0.2",
"phpcompatibility/php-compatibility": "*"
"phpcompatibility/php-compatibility": "*",
"yoast/phpunit-polyfills": "^1.0.1"
},
"prefer-stable" : true,
"minimum-stability": "dev",

1840
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
<?php
require dirname( dirname( __FILE__ ) ) . '/src/vendor/autoload.php';
return [
'tests_dir' => '/tmp/wordpress/wordpress-tests-lib',
];