Gocha Ossinkine
4fdbdabae4
Add DateInterval type parameter
2017-09-28 13:15:40 +05:00
Michael Moravec
bfc76adce0
Drop explicit conflict with stable symfony/yaml
...
As per discussion in #6639 , conflict with versions below 3.4
of the YAML component is superfluous, previous versions
would work just fine even with bb994b9e70.
2017-08-30 22:06:19 +02:00
Marco Pivetta
40515472c1
Bumping ORM YAML dependency to 3.4+, explicitly forbidding compatibility with older YAML component versions
2017-08-16 20:21:26 +02:00
Marco Pivetta
37cb2c0722
Benchmark autoloading definitions
2017-07-23 10:16:20 +02:00
Luís Cobucci
3d5acd607b
Bump up doctrine/instantiator version
2017-07-22 19:30:47 +02:00
Luís Cobucci
9fa456b9f0
Bump versions of some dependencies
2017-06-19 17:43:38 +02:00
Luís Cobucci
e123f16ec9
Require PHP 7.1
2017-06-19 17:43:37 +02:00
Nicolas Grekas
7ce2381bdd
Allow Symfony 4.0
2017-05-18 12:57:36 +02:00
Vytautas Stankus
a557c97a93
Add support for STARTS_WITH and ENDS_WITH comparison operators
2017-04-30 13:19:51 +02:00
Sam-Burns
5bd7bd8d48
Updating to PHPUnit 6
2017-03-31 21:59:02 +01:00
Sam-Burns
7aab261c24
Switching to a PHPUnit version that doesn't throw a stty-related PHP warning on Travis
2017-03-31 15:46:04 +01:00
Sam-Burns
f5b4e8c823
Specifying minimum version of doctrine/annotations with which tests pass
2017-03-31 15:24:07 +01:00
Sam-Burns
60cc11461d
Bumping doctrine/cache minimum version, to make tests pass
2017-03-31 15:07:53 +01:00
Sam-Burns
f2edf36248
Bumping doctrine/collections minimum version, to make tests pass
2017-03-31 15:07:53 +01:00
Rob Bast
a8d7b327ef
rip 5.6
2017-01-02 09:27:34 +01:00
Marco Pivetta
6af1d2843f
Bumping doctrine/common dependency to allow ^2.7.1
2016-12-04 06:55:26 +01:00
Marco Pivetta
31a0c02b06
Merge pull request #5713 from OndraM/remove-coveralls
...
Cleanup no longer used coveralls settings; use scrutinizer badges
2016-07-31 03:19:42 +02:00
Marco Pivetta
e409c10209
Requiring at least PHP 5.6 as minimum installed PHP version
2016-06-19 08:51:48 +02:00
Sebastian Bergmann
9da83cfae8
Make test suite compatible with PHPUnit 5.4.
...
* Use createMock() and getMockBuilder() instead of getMock()
* Use expectException() and expectExceptionMessage() instead of setExpectedException()
2016-06-18 13:01:59 +02:00
Thomas Ploch
650d49ee81
Tightened PHP version constraint in composer.json
2016-06-08 12:19:31 +02:00
Thomas Ploch
68b0060595
Fixing PHP version constraint in composer.json
2016-06-08 12:11:11 +02:00
Ondřej Machulda
f06f383a38
Cleanup no longer used coveralls settings
2016-03-12 01:24:56 +00:00
Marco Pivetta
86e13f9c5d
Removing coveralls dependency
2015-12-29 16:47:20 +01:00
Marco Pivetta
5849dec16f
Shameless plug
2015-12-29 16:46:59 +01:00
Marco Pivetta
3ca6828544
Allowing doctrine/common 2.6
2015-12-25 15:58:57 +01:00
Marco Pivetta
7057d3607e
#4884 - allow installation of doctrine/common 2.6.x, which allows generating type-hints on proxies
2015-12-25 14:46:11 +01:00
Guilherme Blanco
e8acfb5891
Merge pull request #1481 from mikeSimonson/composer-bin-fix
...
Remove the execution bit on the bin/doctrine.php
2015-11-15 22:02:19 -05:00
Marco Pivetta
06c194310a
Merge pull request #1310 from nicolas-grekas/patch-1
...
Allow symfony 3.0 components
2015-11-04 23:23:06 -05:00
mike
1d6adcaf4a
Remove the execution bit on the bin/doctrine.php
2015-07-29 08:41:33 +02:00
Tomas Votruba
726383cafb
composer: autoload via PSR-4
2015-07-08 01:51:16 +02:00
Marco Pivetta
f8270d7bb2
Bumping branch alias for master
to 2.6.x-dev
2015-04-02 21:40:05 +01:00
Nicolas Grekas
bad6593460
Allow symfony 3.0 components
...
Tests should tell if any deprecated interfaces of Symfony are used. If not, then the bundle is defacto compatible with 3.0
2015-02-22 20:13:44 +01:00
Asmir Mustafic
779af8ce8e
Added dependency with doctrine/cache 1.4
2015-01-17 22:27:59 +01:00
Marco Pivetta
e05858b09c
Requiring PHP 5.4 as a minimum runtime
2015-01-14 20:02:48 +01:00
Marco Pivetta
ce4df761df
Explicitly requiring doctrine/common
with at least version 2.5
2015-01-13 19:51:35 +01:00
Guilherme Blanco
9201d09ab7
Fixed phpunit tests autoload requirements and moved to composer autoload-dev configuration.
2015-01-10 20:28:57 +00:00
Marco Pivetta
351707f1f1
#1200 - bumping symfony/console
dependency to ~2.5
because of the Symfony\Component\Console\Helper\Table
not being available in < 2.5
2014-12-04 13:42:38 +01:00
Marco Pivetta
ea6f2130b4
#1120 - downgrading requirement for symfony/console
to ~2.3
...
Just need `Symfony\Component\Console\Helper\TableHelper` availability
2014-10-20 18:51:39 +02:00
Marco Pivetta
a762158e99
#1120 - since we want to use Symfony\Component\Console\Helper\Table
, symfony/console:~2.5
is required
2014-10-19 18:11:42 +02:00
Marco Pivetta
7b145f8269
DDC-3120 - requiring doctrine\instantiator:~1.0.1
as of doctrine/instantiator#4
2014-08-14 16:55:32 +02:00
Marco Pivetta
2c3126353c
DDC-3120 - adding instantiator dependency
2014-08-14 15:33:09 +02:00
Michaël Gallego
3c522f4984
Reuse Doctrine Collection Lazy Collection
2014-05-15 18:22:57 +02:00
Guilherme Blanco
13afde0140
Updated phpunit dependency.
2014-04-17 01:22:17 +00:00
Fabio B. Silva
a91e05db9e
Simplify build matrix
2014-03-01 17:13:28 -05:00
Benjamin Eberlei
067ed7b1c6
Fix master dependening on DBAL 2.5-dev
2013-09-12 08:00:08 +02:00
Benjamin Eberlei
fab3f5e146
More excludes
2013-09-07 18:27:27 +02:00
Benjamin Eberlei
6139a61ff0
New Build process
...
- Switch from Phing to Ant
- Remove PEAR packaging
- Add Composer archiving
2013-09-07 12:56:49 +02:00
Fabio B. Silva
e4bccdc7b3
coveralls code coverage
2013-06-27 20:18:21 -04:00
Benjamin Eberlei
f269ecc3ac
Bump dev version to 2.4.0
2013-05-27 21:47:16 +02:00
Benjamin Eberlei
6bc18402e2
Release 2.4.0-RC1
2013-05-27 21:47:16 +02:00