Name: | php-gitter |
---|---|
Version: | 0.4.0 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 49619 |
License: | BSD |
RPM: | php-gitter-0.4.0-1.el7.noarch.rpm |
Source RPM: | php-gitter-0.4.0-1.el7.src.rpm |
Build Date: | Wed Jun 19 2019 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/klaussilveira/gitter |
Summary: | Object oriented interaction with Git repositories |
Description: | Gitter allows you to interact in an object oriented manner with Git repositories via PHP. The main goal of the library is not to replace the system git command, but provide a coherent, stable and performatic object oriented interface. Most commands are sent to the system's git command, parsed and then interpreted by Gitter. Everything is transparent to you, so you don't have to worry about a thing. Autoloader: /usr/share/php/Gitter/autoload.php |
- Update to 0.4.0 (RHBZ #1585181) - Add range version dependencies for Fedora >= 27 || RHEL >= 8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- fix FTBFS from Koschei, add patch for PHP 7.2 from https://github.com/klaussilveira/gitter/pull/61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Switch autoloader to php-composer(fedora/autoloader) - Add max versions to build dependencies - Test with SCLs if available
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Use full require paths in autoloader