Changeset 2074086
- Timestamp:
- 04/24/2019 02:56:31 PM (7 years ago)
- Location:
- wp-frontend-helper
- Files:
-
- 12 added
- 3 edited
-
tags/1.1/vendor (added)
-
tags/1.1/vendor/autoload.php (added)
-
tags/1.1/vendor/bin (added)
-
tags/1.1/vendor/composer (added)
-
tags/1.1/vendor/composer/ClassLoader.php (added)
-
tags/1.1/vendor/composer/LICENSE (added)
-
tags/1.1/vendor/composer/autoload_classmap.php (added)
-
tags/1.1/vendor/composer/autoload_namespaces.php (added)
-
tags/1.1/vendor/composer/autoload_psr4.php (added)
-
tags/1.1/vendor/composer/autoload_real.php (added)
-
tags/1.1/vendor/composer/autoload_static.php (added)
-
tags/1.1/vendor/composer/installed.json (added)
-
trunk/vendor/composer/LICENSE (modified) (1 diff)
-
trunk/vendor/composer/autoload_classmap.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-frontend-helper/trunk/vendor/composer/LICENSE
r2064267 r2074086 1 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ 2 Upstream-Name: Composer 3 Upstream-Contact: Jordi Boggiano <[email protected]> 4 Source: https://github.com/composer/composer 1 5 2 Copyright (c) Nils Adermann, Jordi Boggiano 6 Files: * 7 Copyright: 2016, Nils Adermann <[email protected]> 8 2016, Jordi Boggiano <[email protected]> 9 License: Expat 3 10 4 Permission is hereby granted, free of charge, to any person obtaining a copy 5 of this software and associated documentation files (the "Software"), to deal 6 in the Software without restriction, including without limitation the rights 7 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8 copies of the Software, and to permit persons to whom the Software is furnished 9 to do so, subject to the following conditions: 11 Files: src/Composer/Util/TlsHelper.php 12 Copyright: 2016, Nils Adermann <[email protected]> 13 2016, Jordi Boggiano <[email protected]> 14 2013, Evan Coury <[email protected]> 15 License: Expat and BSD-2-Clause 10 16 11 The above copyright notice and this permission notice shall be included in all 12 copies or substantial portions of the Software. 17 License: BSD-2-Clause 18 Redistribution and use in source and binary forms, with or without modification, 19 are permitted provided that the following conditions are met: 20 . 21 * Redistributions of source code must retain the above copyright notice, 22 this list of conditions and the following disclaimer. 23 . 24 * Redistributions in binary form must reproduce the above copyright notice, 25 this list of conditions and the following disclaimer in the documentation 26 and/or other materials provided with the distribution. 27 . 28 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 29 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 30 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 31 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR 32 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 33 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 34 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 35 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 36 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 37 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 13 38 14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 16 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 17 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 18 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 19 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 20 THE SOFTWARE. 21 39 License: Expat 40 Permission is hereby granted, free of charge, to any person obtaining a copy 41 of this software and associated documentation files (the "Software"), to deal 42 in the Software without restriction, including without limitation the rights 43 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 44 copies of the Software, and to permit persons to whom the Software is furnished 45 to do so, subject to the following conditions: 46 . 47 The above copyright notice and this permission notice shall be included in all 48 copies or substantial portions of the Software. 49 . 50 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 51 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 52 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 53 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 54 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 55 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 56 THE SOFTWARE. -
wp-frontend-helper/trunk/vendor/composer/autoload_classmap.php
r2064267 r2074086 7 7 8 8 return array( 9 'Test\\Wpfh\\Assets\\AssetObserver' => $baseDir . '/tests/src/Assets/test-AssetObserver.php',10 'Test\\Wpfh\\Assets\\Assetsmanager' => $baseDir . '/tests/src/Assets/test-AssetsManager.php',11 'Test\\Wpfh\\Wpfh' => $baseDir . '/tests/src/test-Wpfh.php',12 'Test\\Wpfh\\WpfhConfig' => $baseDir . '/tests/src/test-WpfhConfig.php',13 'Wpfh\\Assets\\AssetObserver' => $baseDir . '/src/Assets/AssetObserver.php',14 'Wpfh\\Assets\\AssetsManager' => $baseDir . '/src/Assets/AssetsManager.php',15 'Wpfh\\Exceptions\\InvalidConfiguration' => $baseDir . '/src/Exceptions/InvalidConfiguration.php',16 'Wpfh\\Exceptions\\MethodNotFound' => $baseDir . '/src/Exceptions/MethodNotFound.php',17 'Wpfh\\Wpfh' => $baseDir . '/src/Wpfh.php',18 'Wpfh\\WpfhConfig' => $baseDir . '/src/WpfhConfig.php',19 9 ); -
wp-frontend-helper/trunk/vendor/composer/autoload_static.php
r2064267 r2074086 31 31 ); 32 32 33 public static $classMap = array (34 'Test\\Wpfh\\Assets\\AssetObserver' => __DIR__ . '/../..' . '/tests/src/Assets/test-AssetObserver.php',35 'Test\\Wpfh\\Assets\\Assetsmanager' => __DIR__ . '/../..' . '/tests/src/Assets/test-AssetsManager.php',36 'Test\\Wpfh\\Wpfh' => __DIR__ . '/../..' . '/tests/src/test-Wpfh.php',37 'Test\\Wpfh\\WpfhConfig' => __DIR__ . '/../..' . '/tests/src/test-WpfhConfig.php',38 'Wpfh\\Assets\\AssetObserver' => __DIR__ . '/../..' . '/src/Assets/AssetObserver.php',39 'Wpfh\\Assets\\AssetsManager' => __DIR__ . '/../..' . '/src/Assets/AssetsManager.php',40 'Wpfh\\Exceptions\\InvalidConfiguration' => __DIR__ . '/../..' . '/src/Exceptions/InvalidConfiguration.php',41 'Wpfh\\Exceptions\\MethodNotFound' => __DIR__ . '/../..' . '/src/Exceptions/MethodNotFound.php',42 'Wpfh\\Wpfh' => __DIR__ . '/../..' . '/src/Wpfh.php',43 'Wpfh\\WpfhConfig' => __DIR__ . '/../..' . '/src/WpfhConfig.php',44 );45 46 33 public static function getInitializer(ClassLoader $loader) 47 34 { … … 50 37 $loader->prefixDirsPsr4 = ComposerStaticInit878845eb18ed905ebb5ab63a97930ccf::$prefixDirsPsr4; 51 38 $loader->prefixesPsr0 = ComposerStaticInit878845eb18ed905ebb5ab63a97930ccf::$prefixesPsr0; 52 $loader->classMap = ComposerStaticInit878845eb18ed905ebb5ab63a97930ccf::$classMap;53 39 54 40 }, null, ClassLoader::class);
Note: See TracChangeset
for help on using the changeset viewer.