Commit graph

21 commits

Author SHA1 Message Date
Koji Tanaka
c377681424 $ composer require --dev phpunit/phpunit:^9.5 2023-01-11 22:45:29 +01:00
Kamil Wylegala
61e4ef05c8 Fixed implementations of ArrayAccess to reduce deprecation notices in PHP 8.1 #1 2021-12-20 23:09:51 +01:00
Kamil Wylegala
3b999b74b9 Allow PHP8 in composer.json 2021-02-16 20:34:45 +01:00
Mark Story
b07bba4d4f Set max PHP version.
We won't be supporting PHP8 in 2.x. Several of our dependencies are not
compatible and upgrading them would also require breaking change in
CakePHP. Folks needing PHP8 support will need to upgrade to 4.x
2020-10-24 20:48:23 -04:00
bancer
e6ea25cbd2 Add --verbose to the test command 2019-03-18 13:04:09 +01:00
Mark Story
e0e4a3b0d6
Merge pull request #11643 from chinpei215/2.x-make-mcrypt-optional
[2.x] Make mcrypt optional
2018-02-25 01:57:10 +00:00
David Yell
5c5ec45215 Fixed PHP Unit version so running tests using the Console works 2018-01-24 10:01:03 +00:00
chinpei215
d7ed0339b1 Make mcrypt optional
Now Security::encrypt() and Security::decrypt() works with openssl
if the mcrypt extension is unavailable.
Note that Security::rijndael() doesn't work with openssl.
2018-01-19 23:54:53 +09:00
Val Bancer
ac227f35a7 Merge pull request #1 from cakephp/2.x
2.x to phpunit-5.7
2017-07-28 09:18:37 +02:00
Val Bancer
5765f4e72a adjusted phpunit version in composer config 2017-07-20 22:25:56 +02:00
Val Bancer
31489a75d6 Adjusted phpunit version in composer.json 2017-07-19 23:51:27 +02:00
Val Bancer
16acacfa27 process-timeout set to 0 in composer to let the tests run as much as
necessary
2017-07-11 00:31:41 +02:00
Val Bancer
bdb8e9b6d5 added composer scripts like in cake 3 2017-07-10 23:12:35 +02:00
Koji Tanaka
bea806e98a Update URL in *.md, *.json 2017-03-12 03:04:59 +09:00
mark_story
c02b269bcb Fix default installation path for vendors.
By default global vendors go into `/vendors`. This config change helps
people get started with less friction. I've removed debugkit as
a dependency, as it isn't _really_ a dependency for CakePHP itself.

Refs #8765
2016-05-17 22:24:00 -04:00
Marc Würth
7b20c804f4 Use caret operator for depending on DebugKit 2015-09-28 12:48:40 +02:00
Marc Würth
fd2dd41330 Add cakephp/cakephp-codesniffer as dev dependency 2015-09-25 16:51:47 +02:00
Mark Scherer
92455f86e9 Update requirements to what we actually test. 2015-04-30 14:56:50 +02:00
Stefan Dickmann
01e95945ce update composer.json 2014-04-22 21:48:22 +02:00
mark_story
85d72443b6 Remove ext-mbstring dependency.
mbstring is not a hard dependency for 2.x. The Multibyte class can shim
up the missing extension.

Refs #2564
2013-12-29 23:49:17 -05:00
Jose Diaz-Gonzalez
c86f9ab3e5 Added composer.json for CakePHP 2.x 2013-12-28 18:24:22 -05:00