Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 86e93dd

Browse files
author
Tarun Vijwani
committed
Adding /vendor directory to release
1 parent c1138d2 commit 86e93dd

File tree

260 files changed

+31219
-0
lines changed

Some content is hidden

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

260 files changed

+31219
-0
lines changed

vendor/autoload.php

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?php
2+
3+
// autoload.php @generated by Composer
4+
5+
if (PHP_VERSION_ID < 50600) {
6+
if (!headers_sent()) {
7+
header('HTTP/1.1 500 Internal Server Error');
8+
}
9+
$err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
10+
if (!ini_get('display_errors')) {
11+
if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
12+
fwrite(STDERR, $err);
13+
} elseif (!headers_sent()) {
14+
echo $err;
15+
}
16+
}
17+
trigger_error(
18+
$err,
19+
E_USER_ERROR
20+
);
21+
}
22+
23+
require_once __DIR__ . '/composer/autoload_real.php';
24+
25+
return ComposerAutoloaderInit68694634dd0ad2c53ab128ddb86ea399::getLoader();

vendor/autoload_packages.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
/**
3+
* This file was automatically generated by automattic/jetpack-autoloader.
4+
*
5+
* @package automattic/jetpack-autoloader
6+
*/
7+
8+
namespace Automattic\Jetpack\Autoloader\jp68694634dd0ad2c53ab128ddb86ea399;
9+
10+
// phpcs:ignore
11+
12+
require_once __DIR__ . '/jetpack-autoloader/class-autoloader.php';
13+
Autoloader::init();
Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.4.21] - 2023-08-23
9+
### Changed
10+
- Updated package dependencies. [#32605]
11+
12+
## [1.4.20] - 2023-04-10
13+
### Added
14+
- Add Jetpack Autoloader package suggestion. [#29988]
15+
16+
## [1.4.19] - 2023-02-20
17+
### Changed
18+
- Minor internal updates.
19+
20+
## [1.4.18] - 2023-01-11
21+
### Changed
22+
- Updated package dependencies.
23+
24+
## [1.4.17] - 2022-12-02
25+
### Changed
26+
- Updated package dependencies. [#27688]
27+
28+
## [1.4.16] - 2022-11-22
29+
### Changed
30+
- Updated package dependencies. [#27043]
31+
32+
## [1.4.15] - 2022-07-26
33+
### Changed
34+
- Updated package dependencies. [#25158]
35+
36+
## [1.4.14] - 2022-06-21
37+
### Changed
38+
- Renaming master to trunk.
39+
40+
## [1.4.13] - 2022-04-26
41+
### Changed
42+
- Updated package dependencies.
43+
44+
## [1.4.12] - 2022-01-25
45+
### Changed
46+
- Updated package dependencies.
47+
48+
## [1.4.11] - 2022-01-04
49+
### Changed
50+
- Switch to pcov for code coverage.
51+
- Updated package dependencies
52+
53+
## [1.4.10] - 2021-12-14
54+
### Changed
55+
- Updated package dependencies.
56+
57+
## [1.4.9] - 2021-11-02
58+
### Changed
59+
- Set `convertDeprecationsToExceptions` true in PHPUnit config.
60+
- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't.
61+
62+
## [1.4.8] - 2021-10-13
63+
### Changed
64+
- Updated package dependencies.
65+
66+
## [1.4.7] - 2021-10-12
67+
### Changed
68+
- Updated package dependencies
69+
70+
## [1.4.6] - 2021-09-28
71+
### Changed
72+
- Updated package dependencies.
73+
74+
## [1.4.5] - 2021-08-30
75+
### Changed
76+
- Run composer update on test-php command instead of phpunit
77+
- Tests: update PHPUnit polyfills dependency (yoast/phpunit-polyfills).
78+
- updated annotations versions
79+
80+
## [1.4.4] - 2021-05-25
81+
### Changed
82+
- Updated package dependencies.
83+
84+
## [1.4.3] - 2021-04-08
85+
### Changed
86+
- Packaging and build changes, no change to the package itself.
87+
88+
## [1.4.2] - 2021-03-30
89+
### Added
90+
- Composer alias for dev-master, to improve dependencies
91+
92+
### Changed
93+
- Update package dependencies.
94+
95+
### Fixed
96+
- Use `composer update` rather than `install` in scripts, as composer.lock isn't checked in.
97+
98+
## [1.4.1] - 2021-02-05
99+
100+
- CI: Make tests more generic
101+
102+
## [1.4.0] - 2021-01-20
103+
104+
- Add mirror-repo information to all current composer packages
105+
106+
## [1.3.0] - 2020-12-17
107+
108+
- Coverage Update whitelist for backend tests
109+
- Pin dependencies
110+
- Packages: Update for PHP 8 testing
111+
112+
## [1.2.0] - 2020-09-17
113+
114+
## [1.1.1] - 2020-09-17
115+
116+
- a8c-mc-stats: Do not distribute test files
117+
118+
## [1.1.0] - 2020-08-13
119+
120+
- CI: Try collect js coverage
121+
122+
## 1.0.0 - 2020-07-27
123+
124+
- Creates the MC Stats package
125+
126+
[1.4.21]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.20...v1.4.21
127+
[1.4.20]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.19...v1.4.20
128+
[1.4.19]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.18...v1.4.19
129+
[1.4.18]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.17...v1.4.18
130+
[1.4.17]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.16...v1.4.17
131+
[1.4.16]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.15...v1.4.16
132+
[1.4.15]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.14...v1.4.15
133+
[1.4.14]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.13...v1.4.14
134+
[1.4.13]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.12...v1.4.13
135+
[1.4.12]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.11...v1.4.12
136+
[1.4.11]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.10...v1.4.11
137+
[1.4.10]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.9...v1.4.10
138+
[1.4.9]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.8...v1.4.9
139+
[1.4.8]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.7...v1.4.8
140+
[1.4.7]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.6...v1.4.7
141+
[1.4.6]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.5...v1.4.6
142+
[1.4.5]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.4...v1.4.5
143+
[1.4.4]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.3...v1.4.4
144+
[1.4.3]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.2...v1.4.3
145+
[1.4.2]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.1...v1.4.2
146+
[1.4.1]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.0...v1.4.1
147+
[1.4.0]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.3.0...v1.4.0
148+
[1.3.0]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.2.0...v1.3.0
149+
[1.2.0]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.1.1...v1.2.0
150+
[1.1.1]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.1.0...v1.1.1
151+
[1.1.0]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.0.0...v1.1.0

0 commit comments

Comments
 (0)