Commit Graph

14 Commits

Author SHA1 Message Date
Steve Boyd
250935238d DEP Use guzzle 7.3 2022-03-08 17:10:14 +13:00
Ingo Schommer
82a660dadc Require silverstripe/registry
Those class_exists() check don't work with class manifests.
Check the logic in ClassManifestVisitor - it just parses PHP until it finds
class definitions. Which means you'll have those files in the manifest,
but when dev/build tries to instantiate them it fails
with an InjectorNotFoundException.

We could argue that this should be fixed in core,
but I'm not sure that this style of conditional classes
needs to be supported.
2020-08-13 20:48:30 +12:00
Maxime Rainville
50fd800918 correct tupo in composer file. 2018-10-18 11:04:28 +13:00
Maxime Rainville
c8bb177b9b MINOR upgrade to module to be a vendor-module. 2018-10-18 10:58:59 +13:00
Aaron Carlino
fbd30fac98 Add new page type creator task, Faker dependency 2017-11-29 11:45:42 +13:00
Ingo Schommer
7c47ee2191 Upgraded guzzle to 6.x
Required for 0620392dc4
2017-01-17 13:36:35 +13:00
Ingo Schommer
0620392dc4 FTFileMakerTask 2017-01-06 19:48:50 +13:00
Ingo Schommer
112bdeea92 4.x compat 2016-04-19 09:27:29 +12:00
Ingo Schommer
c8ed36cb6a Fixed composer constraint to allow for RC releases (composer fixed its tilde behaviour now) 2013-08-14 11:57:10 +02:00
Ingo Schommer
752d38490b Fixed composer constraints 2013-05-07 14:05:00 +03:00
Ingo Schommer
7e098b2863 Increased minimum core requirements
Necessary because of recent deprecation changes
2013-03-19 13:23:18 +01:00
Ingo Schommer
a8538669ac Added cms to dependencies 2012-11-08 18:50:51 +01:00
Ingo Schommer
dbdd2de2ae Fixed composer identifier 2012-11-08 18:48:08 +01:00
vikas srivastava
1be74f5388 New : Added composer.json
Added composer.json file which will help this module for submission on proposed extension.silverstripe.org website. Please add more fields according to requirements.

For more information please visit at http://extension.openbees.org/instructions/
2012-09-24 12:07:55 +05:30