vladvildanov
8bc9a4d432
Merge branch 'v2.x' of github.com:predis/predis into vv-main-2.x-sync
2025-03-31 11:36:25 +03:00
Vladyslav Vildanov
a904a3a273
Backport #1517 ( #1518 )
...
* Backport #1517
* Added versions restrictions
* Removed Relay for cluster with coverage
* Added phpcov package
2025-03-05 19:29:38 +02:00
Till Krüss
93895d02b6
Update composer.json
2025-01-16 08:48:12 -08:00
asafpamzn
275606843e
Update composer.json
2025-01-16 08:48:12 -08:00
asafpamzn
976c9daa4f
Update composer.json
2025-01-16 08:48:12 -08:00
Vladyslav Vildanov
c83ee6a809
Implemented PSR-7 compatible stream abstraction ( #1450 )
...
* Implemented PSR-7 compatible stream abstraction
* Added missing coverage, fixing static analysis issues
* Fixed return type
* Added missing throws statements
* Added ignore lines
2024-04-10 12:52:53 +03:00
Vladyslav Vildanov
87b0d2fa15
Merge test reports ( #1424 )
2023-12-27 13:33:52 -08:00
Till Krüss
d44f07339a
Run tests under PHP 8.3 ( #1396 )
2023-10-25 10:08:55 -07:00
Till Krüss
946c4b7bd7
[v2.x] Relay support ( #1263 )
2023-05-09 10:39:00 -07:00
Till Krüss
1cd78095e6
drop phpcs version to 3.3 for php 7.2 support
2023-01-19 09:49:27 -08:00
Till Krüss
f6f4830b3c
tweak composer config
2023-01-19 09:28:33 -08:00
Vladyslav Vildanov
e3ad353125
Extended Sets support by implementing SINTERCARD command ( #1027 )
...
* Added support for SINTERCARD command
* Codestyle fixes, added support for php-cs-fixer
* Moved php-cs-fixer dependency to dev
* Removed trailed comma
* Added support for php 7.2
* update scripts
Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local >
Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com >
2023-01-19 09:17:15 -08:00
Till Krüss
d21576669d
remove phpiredis suggestion
2023-01-17 09:42:23 -08:00
Till Krüss
64fc7774c6
stick to PHPUnit 9.4.* for now
...
`getAnnotations()` was removed in 9.5:
https://github.com/sebastianbergmann/phpunit/commit/68582043e149039cfa3596b42ed35753dcf54fb2
2021-04-04 10:31:45 -07:00
Daniele Alessandri
33f5a0ec8c
Merge branch 'stale-master' into main
2020-08-17 17:43:13 +02:00
Till Krüss
7636d55e10
rename github org
2020-08-14 10:10:01 -07:00
Raza Mehdi
882d59001f
Use PHPUnit 9.
2020-08-14 21:59:48 +05:00
Anatoly Pashin
1eeef0e5d7
Change the php version constraint
2020-08-13 19:19:12 +10:00
Anatoly Pashin
5b4de508ba
Fix php version requirement
2020-08-13 16:22:22 +10:00
Till Krüss
c380b434b0
readme tweaks
...
# Conflicts:
# README.md
2020-08-12 11:57:31 -07:00
Till Krüss
c85434bbbb
bump phpunit from 4 to 8
...
# Conflicts:
# composer.json
2020-08-12 11:55:33 -07:00
Till Krüss
fa73623c75
drop php 7.1 and older; add php 8
...
# Conflicts:
# .travis.yml
2020-08-12 11:54:28 -07:00
Till Krüss
db82dd9f23
format psr-4
2020-08-12 11:53:12 -07:00
Till Krüss
1bc08d9bcc
add funding to composer.json; update authors
2020-08-12 11:50:57 -07:00
Till Krüss
11e4bb44d0
more reference updates to predishq
2020-08-12 11:50:07 -07:00
Till Krüss
6dd55d7f96
move cweagans/composer-patches as dev dep
2020-08-11 11:08:18 -07:00
Till Krüss
6482956d96
patch tests
...
Taken from: https://github.com/yiisoft/yii/pull/4306 by @samdark
2020-08-11 09:41:04 -07:00
Daniele Alessandri
3dccd6bf87
Back to development.
...
The master branch now hosts the development of Predis v2.0.0-dev.
2016-06-02 09:10:25 +02:00
Daniele Alessandri
0e17edbefb
Update CHANGELOG and bump VERSION.
2016-06-02 00:06:21 +02:00
Daniele Alessandri
8f514fe893
Update description in composer.json.
2016-05-22 20:05:58 +02:00
Daniele Alessandri
cdadb796ad
Bump min. version of PHPUnit (require-dev).
2016-05-19 11:43:29 +02:00
Daniele Alessandri
cc748d509f
Bump minimum required version of PHP to 5.3.9.
...
This change is needed to address a bug in older versions of PHP 5.3
affecting inheritance (see https://bugs.php.net/bug.php?id=66818 ).
We will most likely resort to a workaround in v1.0 to stick with the
currently required minimum version of PHP (>= 5.3.2), but v1.1 will
surely require => 5.3.9.
[ci skip]
2014-08-08 15:29:32 +02:00
Graham Campbell
80a5bfa4c1
Added a 1.1 branch alias
2014-08-01 13:49:39 +01:00
Daniele Alessandri
88fa032c33
Remove extras from composer.json.
...
[ci skip]
2014-08-01 12:20:02 +02:00
Daniele Alessandri
029822fe22
Move source files from "lib/" to "src/".
2014-07-14 18:04:18 +02:00
Daniele Alessandri
d226923484
Migrate from PSR-0 to PSR-4.
2014-07-14 18:02:42 +02:00
Graham Campbell
a6c6951bf8
Added 1.0 branch alias
...
Let's allow people to install predis using "1.0.x@dev", "~1.0@dev", or any other valid version constraint rather than typing "dev-master" which is really horrible.
2014-05-30 11:24:39 +01:00
thbourlove
7da3da776f
use phpunit 4.x instead of 3.x
2014-05-28 12:54:04 +02:00
thbourlove
2d4383c891
add phpunit as dev requirement
2014-05-28 12:53:50 +02:00
Daniele Alessandri
205ffbbd73
Update composer.json.
2013-11-16 11:27:47 +01:00
Daniele Alessandri
040dfebd9c
Minimum required version of PHP is 5.3.2.
2012-10-23 01:35:22 +02:00
Daniele Alessandri
0f80cb55bb
Add suggested extensions to composer.json.
...
[ci skip]
2012-07-27 16:58:51 +02:00
Daniele Alessandri
efdc16476d
Remove explicit versioning from composer.json and add minor changes.
2011-12-11 11:07:29 +01:00
Daniele Alessandri
20f9c0c155
Update composer.json with the new directive for autoloading.
2011-11-05 14:33:16 +01:00
Daniele Alessandri
f1072f8344
Update composer.json.
2011-10-02 12:18:06 +02:00
Daniele Alessandri
a9e34cabb1
Add a composer.json for Composer.
...
Composer is a package manager for PHP currently under development. You can find
details about Composer at the following URL http://github.com/composer/composer
2011-08-21 10:12:54 +02:00