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

php-symfony-contracts-1.1.8-1.el6.remi RPM for noarch

From Remi's RPM for RedHat EL 6 for i386

Name: php-symfony-contracts Distribution: Unknown
Version: 1.1.8 Vendor: Remi Collet
Release: 1.el6.remi Build date: Thu Nov 21 10:01:05 2019
Group: Unspecified Build host: builder.remirepo.net
Size: 123798 Source RPM: php-symfony-contracts-1.1.8-1.el6.remi.src.rpm
Packager: https://blog.remirepo.net/
Url: https://github.com/symfony/contracts
Summary: A set of abstractions extracted out of the Symfony
A set of abstractions extracted out of the Symfony components.

Can be used to build on semantics that the Symfony components
proved useful - and that already have battle tested implementations.

Autoloader: /usr/share/php/Symfony/Contracts/autoload.php

Provides

Requires

License

MIT

Changelog

* Thu Nov 21 2019 Remi Collet <remi@remirepo.net> - 1.1.8-1
  - update to 1.1.8
  - psr/cache and psr/container are mandatory
* Tue Nov 05 2019 Remi Collet <remi@remirepo.net> - 1.1.7-1
  - update to 1.1.7
  - add missing EventDispatcher and HttpClient directories
  - add weak dependency on psr/event-dispatcher
* Thu Jun 06 2019 Remi Collet <remi@remirepo.net> - 1.1.3-1
  - update to 1.1.3
* Mon Jun 03 2019 Remi Collet <remi@remirepo.net> - 1.1.2-1
  - update to 1.1.2 (no change)
* Tue May 28 2019 Remi Collet <remi@remirepo.net> - 1.1.1-1
  - update to 1.1.1
* Thu May 16 2019 Remi Collet <remi@remirepo.net> - 1.1.0-1
  - update to 1.1.0
* Mon Jan 07 2019 Remi Collet <remi@remirepo.net> - 1.0.2-1
  - initial package, version 1.0.2

Files

/usr/share/doc/php-symfony-contracts-1.1.8
/usr/share/doc/php-symfony-contracts-1.1.8/CHANGELOG.md
/usr/share/doc/php-symfony-contracts-1.1.8/Cache_LICENSE
/usr/share/doc/php-symfony-contracts-1.1.8/Cache_README.md
/usr/share/doc/php-symfony-contracts-1.1.8/Cache_composer.json
/usr/share/doc/php-symfony-contracts-1.1.8/EventDispatcher_LICENSE
/usr/share/doc/php-symfony-contracts-1.1.8/EventDispatcher_README.md
/usr/share/doc/php-symfony-contracts-1.1.8/EventDispatcher_composer.json
/usr/share/doc/php-symfony-contracts-1.1.8/HttpClient_LICENSE
/usr/share/doc/php-symfony-contracts-1.1.8/HttpClient_README.md
/usr/share/doc/php-symfony-contracts-1.1.8/HttpClient_composer.json
/usr/share/doc/php-symfony-contracts-1.1.8/LICENSE
/usr/share/doc/php-symfony-contracts-1.1.8/README.md
/usr/share/doc/php-symfony-contracts-1.1.8/Service_LICENSE
/usr/share/doc/php-symfony-contracts-1.1.8/Service_README.md
/usr/share/doc/php-symfony-contracts-1.1.8/Service_composer.json
/usr/share/doc/php-symfony-contracts-1.1.8/Translation_LICENSE
/usr/share/doc/php-symfony-contracts-1.1.8/Translation_README.md
/usr/share/doc/php-symfony-contracts-1.1.8/Translation_composer.json
/usr/share/doc/php-symfony-contracts-1.1.8/composer.json
/usr/share/php/Symfony
/usr/share/php/Symfony/Contracts
/usr/share/php/Symfony/Contracts/Cache
/usr/share/php/Symfony/Contracts/Cache/CacheInterface.php
/usr/share/php/Symfony/Contracts/Cache/CacheTrait.php
/usr/share/php/Symfony/Contracts/Cache/CallbackInterface.php
/usr/share/php/Symfony/Contracts/Cache/ItemInterface.php
/usr/share/php/Symfony/Contracts/Cache/TagAwareCacheInterface.php
/usr/share/php/Symfony/Contracts/EventDispatcher
/usr/share/php/Symfony/Contracts/EventDispatcher/Event.php
/usr/share/php/Symfony/Contracts/EventDispatcher/EventDispatcherInterface.php
/usr/share/php/Symfony/Contracts/HttpClient
/usr/share/php/Symfony/Contracts/HttpClient/ChunkInterface.php
/usr/share/php/Symfony/Contracts/HttpClient/Exception
/usr/share/php/Symfony/Contracts/HttpClient/Exception/ClientExceptionInterface.php
/usr/share/php/Symfony/Contracts/HttpClient/Exception/DecodingExceptionInterface.php
/usr/share/php/Symfony/Contracts/HttpClient/Exception/ExceptionInterface.php
/usr/share/php/Symfony/Contracts/HttpClient/Exception/HttpExceptionInterface.php
/usr/share/php/Symfony/Contracts/HttpClient/Exception/RedirectionExceptionInterface.php
/usr/share/php/Symfony/Contracts/HttpClient/Exception/ServerExceptionInterface.php
/usr/share/php/Symfony/Contracts/HttpClient/Exception/TransportExceptionInterface.php
/usr/share/php/Symfony/Contracts/HttpClient/HttpClientInterface.php
/usr/share/php/Symfony/Contracts/HttpClient/ResponseInterface.php
/usr/share/php/Symfony/Contracts/HttpClient/ResponseStreamInterface.php
/usr/share/php/Symfony/Contracts/HttpClient/Test
/usr/share/php/Symfony/Contracts/HttpClient/Test/Fixtures
/usr/share/php/Symfony/Contracts/HttpClient/Test/Fixtures/web
/usr/share/php/Symfony/Contracts/HttpClient/Test/Fixtures/web/index.php
/usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php
/usr/share/php/Symfony/Contracts/HttpClient/Test/TestHttpServer.php
/usr/share/php/Symfony/Contracts/Service
/usr/share/php/Symfony/Contracts/Service/ResetInterface.php
/usr/share/php/Symfony/Contracts/Service/ServiceLocatorTrait.php
/usr/share/php/Symfony/Contracts/Service/ServiceProviderInterface.php
/usr/share/php/Symfony/Contracts/Service/ServiceSubscriberInterface.php
/usr/share/php/Symfony/Contracts/Service/ServiceSubscriberTrait.php
/usr/share/php/Symfony/Contracts/Service/Test
/usr/share/php/Symfony/Contracts/Service/Test/ServiceLocatorTest.php
/usr/share/php/Symfony/Contracts/Translation
/usr/share/php/Symfony/Contracts/Translation/LocaleAwareInterface.php
/usr/share/php/Symfony/Contracts/Translation/Test
/usr/share/php/Symfony/Contracts/Translation/Test/TranslatorTest.php
/usr/share/php/Symfony/Contracts/Translation/TranslatorInterface.php
/usr/share/php/Symfony/Contracts/Translation/TranslatorTrait.php
/usr/share/php/Symfony/Contracts/autoload.php


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 10:37:04 2024