Skip to content

Commit aff4c22

Browse files
committed
Merge branch 'master' of https://github.com/40Q/acf-gutenberg
2 parents aea7592 + 61f348d commit aff4c22

File tree

1,285 files changed

+1573
-131662
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,285 files changed

+1573
-131662
lines changed

vendor/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
require_once __DIR__ . '/composer/autoload_real.php';
66

7-
return ComposerAutoloaderInit642c3937ac5018a20af5123bbb7d1356::getLoader();
7+
return ComposerAutoloaderInitfbfc466d17f2975d5c8c919788017f2f::getLoader();

vendor/bin/phpcbf

Lines changed: 0 additions & 1 deletion
This file was deleted.

vendor/bin/phpcs

Lines changed: 0 additions & 1 deletion
This file was deleted.

vendor/composer/autoload_classmap.php

Lines changed: 778 additions & 0 deletions
Large diffs are not rendered by default.

vendor/composer/autoload_real.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// autoload_real.php @generated by Composer
44

5-
class ComposerAutoloaderInit642c3937ac5018a20af5123bbb7d1356
5+
class ComposerAutoloaderInitfbfc466d17f2975d5c8c919788017f2f
66
{
77
private static $loader;
88

@@ -19,15 +19,15 @@ public static function getLoader()
1919
return self::$loader;
2020
}
2121

22-
spl_autoload_register(array('ComposerAutoloaderInit642c3937ac5018a20af5123bbb7d1356', 'loadClassLoader'), true, true);
22+
spl_autoload_register(array('ComposerAutoloaderInitfbfc466d17f2975d5c8c919788017f2f', 'loadClassLoader'), true, true);
2323
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24-
spl_autoload_unregister(array('ComposerAutoloaderInit642c3937ac5018a20af5123bbb7d1356', 'loadClassLoader'));
24+
spl_autoload_unregister(array('ComposerAutoloaderInitfbfc466d17f2975d5c8c919788017f2f', 'loadClassLoader'));
2525

2626
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
2727
if ($useStaticLoader) {
2828
require_once __DIR__ . '/autoload_static.php';
2929

30-
call_user_func(\Composer\Autoload\ComposerStaticInit642c3937ac5018a20af5123bbb7d1356::getInitializer($loader));
30+
call_user_func(\Composer\Autoload\ComposerStaticInitfbfc466d17f2975d5c8c919788017f2f::getInitializer($loader));
3131
} else {
3232
$map = require __DIR__ . '/autoload_namespaces.php';
3333
foreach ($map as $namespace => $path) {
@@ -48,19 +48,19 @@ public static function getLoader()
4848
$loader->register(true);
4949

5050
if ($useStaticLoader) {
51-
$includeFiles = Composer\Autoload\ComposerStaticInit642c3937ac5018a20af5123bbb7d1356::$files;
51+
$includeFiles = Composer\Autoload\ComposerStaticInitfbfc466d17f2975d5c8c919788017f2f::$files;
5252
} else {
5353
$includeFiles = require __DIR__ . '/autoload_files.php';
5454
}
5555
foreach ($includeFiles as $fileIdentifier => $file) {
56-
composerRequire642c3937ac5018a20af5123bbb7d1356($fileIdentifier, $file);
56+
composerRequirefbfc466d17f2975d5c8c919788017f2f($fileIdentifier, $file);
5757
}
5858

5959
return $loader;
6060
}
6161
}
6262

63-
function composerRequire642c3937ac5018a20af5123bbb7d1356($fileIdentifier, $file)
63+
function composerRequirefbfc466d17f2975d5c8c919788017f2f($fileIdentifier, $file)
6464
{
6565
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
6666
require $file;

vendor/composer/autoload_static.php

Lines changed: 786 additions & 4 deletions
Large diffs are not rendered by default.

vendor/composer/installed.json

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,59 +1107,6 @@
11071107
],
11081108
"homepage": "https://github.com/roots/support/"
11091109
},
1110-
{
1111-
"name": "squizlabs/php_codesniffer",
1112-
"version": "3.4.2",
1113-
"version_normalized": "3.4.2.0",
1114-
"source": {
1115-
"type": "git",
1116-
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1117-
"reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8"
1118-
},
1119-
"dist": {
1120-
"type": "zip",
1121-
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8",
1122-
"reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8",
1123-
"shasum": ""
1124-
},
1125-
"require": {
1126-
"ext-simplexml": "*",
1127-
"ext-tokenizer": "*",
1128-
"ext-xmlwriter": "*",
1129-
"php": ">=5.4.0"
1130-
},
1131-
"require-dev": {
1132-
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
1133-
},
1134-
"time": "2019-04-10T23:49:02+00:00",
1135-
"bin": [
1136-
"bin/phpcs",
1137-
"bin/phpcbf"
1138-
],
1139-
"type": "library",
1140-
"extra": {
1141-
"branch-alias": {
1142-
"dev-master": "3.x-dev"
1143-
}
1144-
},
1145-
"installation-source": "dist",
1146-
"notification-url": "https://packagist.org/downloads/",
1147-
"license": [
1148-
"BSD-3-Clause"
1149-
],
1150-
"authors": [
1151-
{
1152-
"name": "Greg Sherwood",
1153-
"role": "lead"
1154-
}
1155-
],
1156-
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1157-
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
1158-
"keywords": [
1159-
"phpcs",
1160-
"standards"
1161-
]
1162-
},
11631110
{
11641111
"name": "stoutlogic/acf-builder",
11651112
"version": "1.6.1",

vendor/roots/acorn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 84d5cd74f87d00130d7547d939ed3e10b208db81
1+
Subproject commit 94fa6dcb34991015281e76c4f46a18f0013a9dc9

vendor/squizlabs/php_codesniffer/.gitattributes

Lines changed: 0 additions & 5 deletions
This file was deleted.

vendor/squizlabs/php_codesniffer/.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)