Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php-friendsofphp-proxy-manager-lts-1.0.13-2.el7.remi RPM for noarch

From Remi's RPM for RedHat EL 7 for aarch64

Name: php-friendsofphp-proxy-manager-lts Distribution: Unknown
Version: 1.0.13 Vendor: Remi's RPM repository <https://rpms.remirepo.net/> #StandWithUkraine
Release: 2.el7.remi Build date: Wed Dec 7 13:46:02 2022
Group: Unspecified Build host: builder.remirepo.net
Size: 280112 Source RPM: php-friendsofphp-proxy-manager-lts-1.0.13-2.el7.remi.src.rpm
Packager: Remi Collet
Url: https://github.com/FriendsOfPHP/proxy-manager-lts
Summary: OOP proxy wrappers utilities
This package is a fork of the excellent ocramius/proxy-manager library
that adds long term support for a wider range of PHP versions.

Unless they're caused by this very fork, please report issues and submit
new features to the origin library.

This fork:

* maintains compatibility with PHP >=7.1;
  supporting new versions of PHP is considered as a bugfix;
* won't bump the minimum supported version of PHP in a minor release;
* does not depend on Composer 2, thus can be used with Composer 1 if
  you need more time to migrate;
* uses a versioning policy that is friendly to progressive migrations
  while providing the latest improvements from the origin lib.

Autoloader: /usr/share/php/FriendsOfPHP/ProxyManager/autoload.php

Provides

Requires

License

MIT

Changelog

* Wed Dec 07 2022 Remi Collet <remi@remirepo.net> - 1.0.13-2
  - always use laminas/code v4
* Wed Oct 19 2022 Remi Collet <remi@remirepo.net> - 1.0.13-1
  - update to 1.0.13
* Thu May 05 2022 Remi Collet <remi@remirepo.net> - 1.0.12-1
  - update to 1.0.12
* Wed May 04 2022 Remi Collet <remi@remirepo.net> - 1.0.11-1
  - update to 1.0.11
* Mon May 02 2022 Remi Collet <remi@remirepo.net> - 1.0.10-1
  - update to 1.0.10
* Thu Mar 03 2022 Remi Collet <remi@remirepo.net> - 1.0.7-1
  - update to 1.0.7
* Mon Feb 28 2022 Remi Collet <remi@remirepo.net> - 1.0.6-1
  - update to 1.0.6
* Tue May 25 2021 Remi Collet <remi@remirepo.net> - 1.0.5-1
  - update to 1.0.5
* Thu May 20 2021 Remi Collet <remi@remirepo.net> - 1.0.4-1
  - update to 1.0.4
* Thu Jan 28 2021 Remi Collet <remi@remirepo.net> - 1.0.3-2
  - fix description and summary
* Thu Jan 28 2021 Remi Collet <remi@remirepo.net> - 1.0.3-1
  - Initial package

Files

/usr/share/doc/php-friendsofphp-proxy-manager-lts-1.0.13
/usr/share/doc/php-friendsofphp-proxy-manager-lts-1.0.13/README.md
/usr/share/doc/php-friendsofphp-proxy-manager-lts-1.0.13/composer.json
/usr/share/licenses/php-friendsofphp-proxy-manager-lts-1.0.13
/usr/share/licenses/php-friendsofphp-proxy-manager-lts-1.0.13/LICENSE
/usr/share/php/FriendsOfPHP
/usr/share/php/FriendsOfPHP/ProxyManager
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Autoloader
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Autoloader/Autoloader.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Autoloader/AutoloaderInterface.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Configuration.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Exception
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Exception/DisabledMethodException.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Exception/ExceptionInterface.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Exception/FileNotWritableException.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Exception/InvalidProxiedClassException.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Exception/InvalidProxyDirectoryException.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Exception/UnsupportedProxiedClassException.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Factory
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Factory/AbstractBaseFactory.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Factory/AccessInterceptorScopeLocalizerFactory.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Factory/AccessInterceptorValueHolderFactory.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Factory/LazyLoadingGhostFactory.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Factory/LazyLoadingValueHolderFactory.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Factory/NullObjectFactory.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Factory/RemoteObject
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Factory/RemoteObject/Adapter
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Factory/RemoteObject/Adapter/BaseAdapter.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Factory/RemoteObject/Adapter/JsonRpc.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Factory/RemoteObject/Adapter/Soap.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Factory/RemoteObject/Adapter/XmlRpc.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Factory/RemoteObject/AdapterInterface.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Factory/RemoteObjectFactory.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/FileLocator
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/FileLocator/FileLocator.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/FileLocator/FileLocatorInterface.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Generator
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Generator/ClassGenerator.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Generator/MagicMethodGenerator.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Generator/MethodGenerator.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Generator/Util
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Generator/Util/ClassGeneratorUtils.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Generator/Util/IdentifierSuffixer.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Generator/Util/ProxiedMethodReturnExpression.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Generator/Util/UniqueIdentifierGenerator.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Generator/ValueGenerator.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/GeneratorStrategy
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/GeneratorStrategy/BaseGeneratorStrategy.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/GeneratorStrategy/EvaluatingGeneratorStrategy.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/GeneratorStrategy/FileWriterGeneratorStrategy.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/GeneratorStrategy/GeneratorStrategyInterface.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Inflector
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Inflector/ClassNameInflector.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Inflector/ClassNameInflectorInterface.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Inflector/Util
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Inflector/Util/ParameterEncoder.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Inflector/Util/ParameterHasher.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Proxy
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Proxy/AccessInterceptorInterface.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Proxy/AccessInterceptorValueHolderInterface.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Proxy/Exception
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Proxy/Exception/RemoteObjectException.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Proxy/FallbackValueHolderInterface.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Proxy/GhostObjectInterface.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Proxy/LazyLoadingInterface.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Proxy/NullObjectInterface.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Proxy/ProxyInterface.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Proxy/RemoteObjectInterface.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Proxy/SmartReferenceInterface.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Proxy/ValueHolderInterface.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Proxy/VirtualProxyInterface.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptor
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/MagicWakeup.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/SetMethodPrefixInterceptor.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/SetMethodSuffixInterceptor.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptor/PropertyGenerator
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptor/PropertyGenerator/MethodPrefixInterceptors.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptor/PropertyGenerator/MethodSuffixInterceptors.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/BindProxyProperties.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/InterceptedMethod.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicClone.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicGet.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicIsset.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicSet.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicSleep.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicUnset.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/StaticProxyConstructor.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/Util
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/Util/InterceptorGenerator.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizerGenerator.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/InterceptedMethod.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicClone.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicGet.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicIsset.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicSet.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicUnset.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/StaticProxyConstructor.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/Util
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/Util/InterceptorGenerator.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/AccessInterceptorValueHolderGenerator.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/Assertion
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/Assertion/CanProxyAssertion.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoading
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoading/MethodGenerator
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoading/MethodGenerator/StaticProxyConstructor.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingGhost
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/CallInitializer.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/GetProxyInitializer.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/InitializeProxy.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/IsProxyInitialized.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicClone.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicGet.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicIsset.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicSet.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicSleep.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicUnset.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/SetProxyInitializer.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/SkipDestructor.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/InitializationTracker.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/InitializerProperty.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/PrivatePropertiesMap.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/ProtectedPropertiesMap.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingGhostGenerator.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingValueHolder
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/GetProxyInitializer.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/InitializeProxy.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/IsProxyInitialized.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/LazyLoadingMethodInterceptor.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicClone.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicGet.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicIsset.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicSet.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicSleep.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicUnset.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/SetProxyInitializer.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/SkipDestructor.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/InitializerProperty.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/ValueHolderProperty.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/LazyLoadingValueHolderGenerator.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/NullObject
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/NullObject/MethodGenerator
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/NullObject/MethodGenerator/NullObjectMethodInterceptor.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/NullObject/MethodGenerator/StaticProxyConstructor.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/NullObjectGenerator.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/PropertyGenerator
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/PropertyGenerator/PublicPropertiesMap.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/ProxyGeneratorInterface.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/RemoteObject
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicGet.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicIsset.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicSet.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicUnset.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/RemoteObjectMethod.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/StaticProxyConstructor.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/RemoteObject/PropertyGenerator
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/RemoteObject/PropertyGenerator/AdapterProperty.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/RemoteObjectGenerator.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/Util
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/Util/GetMethodIfExists.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/Util/Properties.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/Util/ProxiedMethodsFilter.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/Util/PublicScopeSimulator.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/Util/UnsetPropertiesGenerator.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/ValueHolder
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/Constructor.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/GetWrappedValueHolderValue.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/MagicSleep.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Signature
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Signature/ClassSignatureGenerator.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Signature/ClassSignatureGeneratorInterface.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Signature/Exception
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Signature/Exception/ExceptionInterface.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Signature/Exception/InvalidSignatureException.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Signature/Exception/MissingSignatureException.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Signature/SignatureChecker.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Signature/SignatureCheckerInterface.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Signature/SignatureGenerator.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Signature/SignatureGeneratorInterface.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Stub
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Stub/EmptyClassStub.php
/usr/share/php/FriendsOfPHP/ProxyManager/ProxyManager/Version.php
/usr/share/php/FriendsOfPHP/ProxyManager/autoload.php


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 05:31:12 2024