Commit Graph

59 Commits

Author SHA1 Message Date
Guy Sartorelli cea17947ea
MNT Revert erroneous dependency changes (#161) 2023-03-28 16:43:12 +13:00
Guy Sartorelli 4cb8e8f880
MNT Update development dependencies 2023-03-10 16:30:57 +13:00
Guy Sartorelli f23076b4cf
MNT Update release dependencies 2023-03-10 16:30:53 +13:00
Guy Sartorelli 2bf6bc1a9c
MNT Update development dependencies 2023-03-10 12:21:27 +13:00
Guy Sartorelli 6d565028c8
ENH Prefer dependency injection for GridFieldComponents. (#147)
GridFieldComponents packaged with silverstripe/framework are injectable as of 4.11.0
2022-03-04 10:13:45 +13:00
Steve Boyd 013c5d74cf DEP Set PHP 7.4 as the minimum version 2022-02-10 17:31:38 +13:00
Steve Boyd 1b2a9a8926 MNT Remove polyfill 2021-11-05 13:23:15 +13:00
Steve Boyd 9f76ec2a43 API phpunit9 support 2021-10-27 17:52:11 +13:00
Serge Latyntcev da8bc5c240 MNT Travis shared config 2020-11-11 11:35:21 +13:00
Steve Boyd ee4c391682 MNT Update how phpcs is called 2020-11-06 17:11:09 +13:00
Serge Latyntcev 3314f95da6 MNT PHP8 support 2020-10-13 08:55:47 +13:00
Garion Herman f681448dbb Merge branch '4.5' into 4 2020-02-28 15:06:41 +13:00
Garion Herman 7436e11d4f FIX Update core requirements to 4.5 series 2020-02-11 12:49:55 +13:00
Serge Latyntcev 476f7b06f3 RFC-9344 Remove branch aliases 2019-12-09 14:47:28 +13:00
Serge Latyntcev d020ed86a1 Update branch alias and travis 2019-11-21 13:58:55 +13:00
Serge Latyntcev 0bb704decf Remove obsolete branch-alias 2019-11-14 01:24:48 +00:00
Robbie Averill 1f1278b820 Merge branch '4.4' into 4 2019-04-21 11:28:07 +12:00
Robbie Averill 9b89812058 Remove obsolete branch alias 2019-04-21 11:27:08 +12:00
Robbie Averill 7d4d7c05e6 Bump branch alias and Travis version for 4.4.x-dev 2018-10-15 14:32:23 +02:00
Damian Mooyman 9b239fd9a3
Merge remote-tracking branch 'origin/4.2' into 4 2018-06-15 16:32:48 +12:00
Damian Mooyman 2a36be9bed Remove obsolete branch-alias 2018-06-15 15:29:59 +12:00
Damian Mooyman ac23686777
Update alias 2018-02-07 17:59:11 +13:00
Damian Mooyman 8020e36409
Merge remote-tracking branch 'origin/4.0' into 4 2017-10-12 12:58:30 +13:00
Damian Mooyman 7a2344117e Remove obsolete branch-alias 2017-10-11 17:31:46 +13:00
Ingo Schommer 9ce1eedf2f Expose as vendor module 2017-09-27 18:09:56 +13:00
Christopher Joe bf4e7224e0 Update composer alias 2017-07-06 09:20:17 +12:00
Damian Mooyman fdbd6015d8
Fix dependencies 2017-07-04 09:18:21 +12:00
Damian Mooyman 614ebcfcd9 Remove obsolete branch-alias 2017-07-03 16:53:55 +12:00
Ingo Schommer a58416b6f6 New style travis tests
- Removed PHP 5.5. build (no longer supported)
- Removed PG and SQLite tests (tested through installer nightly)
- Added code coverage and linting tests
- Fixed linting errors
2017-06-26 21:45:56 +12:00
Damian Mooyman 7bab717c8d Update phpunit 2017-06-21 21:05:12 +12:00
Damian Mooyman 8dbdc98cc2
Upgrade module for app object refactor 2017-06-21 16:30:14 +12:00
Ingo Schommer 02446a47a5 Add silverstripe/admin dep 2017-03-15 14:09:09 +13:00
Sam Minnee c9e2c249c2 FIX: Allow pre-release versions of SS4.
Since SS4 has not yet been released, and this module is used to test
pre-release versions of SS4, we need to have @dev on the requirement
to make it as flexible as possible.

As a general rule, modules that plug *into* SS4 rather than making *use*
of it should have @dev on the end of their dependencies.
2017-02-27 09:19:43 +11:00
Damian Mooyman bd17cca223
Upgrade code for namespaces
Apply SilverStripe\Reports namespace
2016-09-08 15:37:35 +12:00
Daniel Hensby a39515357d
Merge branch '3' 2016-04-26 02:32:15 +01:00
Daniel Hensby fe17073355
Merge branch '3.3' into 3 2016-04-26 02:30:18 +01:00
Daniel Hensby b985ce0eba
Merge branch '3.2' into 3.3 2016-04-26 02:29:59 +01:00
Daniel Hensby b1566f3e79 Decoupling from CMS module 2016-03-21 12:15:27 +00:00
Ingo Schommer 3c6c4b33db Require-dev for PHPUnit
If not set, it breaks the root composer.json generation in travis-support, since it falls back to PHPUnit 3.7.
See https://github.com/silverstripe-labs/silverstripe-travis-support/blob/master/src/ComposerGenerator.php

See d9e292ba28
for same fix on cms module.
2016-03-07 20:41:05 +13:00
Damian Mooyman d031f53e73 Fix incorrect version dependency 2016-01-25 16:59:20 +13:00
Damian Mooyman f777f36c68 Merge remote-tracking branch 'origin/3'
# Conflicts:
#	code/Report.php
#	composer.json
#	tests/ReportTest.php
2016-01-25 16:20:10 +13:00
Damian Mooyman 59cff00bb7 Alias 3 branch as 3.4 2015-12-23 14:24:14 +13:00
Damian Mooyman fb3083688e Merge remote-tracking branch 'origin/3.2' into 3
# Conflicts:
#	.travis.yml
#	composer.json
2015-12-22 14:21:03 +13:00
Damian Mooyman 1e665a59b1 Merge remote-tracking branch 'origin/3.2' into 3 2015-11-03 13:11:11 +13:00
Damian Mooyman 358c294092 FIX Tests for 3.2 2015-11-03 11:35:31 +13:00
Daniel Hensby 740dbbfb99 Merge branch '3'
Conflicts:
	composer.json
2015-07-20 15:39:40 +01:00
Daniel Hensby c56b92a4c3 Merge branch '3.2' into 3 2015-07-20 15:37:49 +01:00
Daniel Hensby 2a76be8b94 Bump PHP version 2015-06-21 09:35:13 +01:00
Damian Mooyman bcc7f358a8 Alias master as 4.0 2015-06-18 11:31:48 +12:00
Damian Mooyman 46281d7d33 Alias 3 as 3.3 2015-06-18 11:30:08 +12:00