diff options
author | Remi Collet <remi@remirepo.net> | 2017-05-04 16:10:16 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-05-04 16:10:16 +0200 |
commit | 1650cd0b7fd2c95e8603940a975f28916c036be8 (patch) | |
tree | e9bedcf2934f900056390818a89b0b8d778fb66d /php-ocramius-proxy-manager-rpm.patch | |
parent | 938fa4caa9101a88c13df599795dbbee728fb022 (diff) |
cleanup (this is only for php 5)php5
Diffstat (limited to 'php-ocramius-proxy-manager-rpm.patch')
-rw-r--r-- | php-ocramius-proxy-manager-rpm.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/php-ocramius-proxy-manager-rpm.patch b/php-ocramius-proxy-manager-rpm.patch deleted file mode 100644 index 2d5f7d1..0000000 --- a/php-ocramius-proxy-manager-rpm.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -up src/ProxyManager/Version.php.rpm src/ProxyManager/Version.php ---- src/ProxyManager/Version.php.rpm 2016-06-29 16:37:55.000000000 +0200 -+++ src/ProxyManager/Version.php 2016-06-29 16:38:44.000000000 +0200 -@@ -20,8 +20,6 @@ declare(strict_types=1); - - namespace ProxyManager; - --use PackageVersions\Versions; -- - /** - * Version class - to be adjusted when a new release is created. - * -@@ -47,6 +45,6 @@ final class Version - */ - public static function getVersion() : string - { -- return Versions::getVersion('ocramius/proxy-manager'); -+ return '@VERSION@@@COMMIT@'; - } - } |