Skip to content

Commit e8cd347

Browse files
author
terry.kern
committed
Use Caret operator for cakephp and update dependencies
- aura/intl removed (installed version was 3.0.1) - psr/container installed in version 2.0.1 Release notes: https://github.com/php-fig/container/releases/tag/2.0.1 - league/container installed in version 4.2.0 Release notes: https://github.com/thephpleague/container/releases/tag/4.2.0 - cakephp/cakephp updated from 4.0.10 to 4.3.11 minor See changes: cakephp/cakephp@4.0.10...4.3.11 Release notes: https://github.com/cakephp/cakephp/releases/tag/4.3.11
1 parent 0fe8bb6 commit e8cd347

5 files changed

Lines changed: 171 additions & 78 deletions

File tree

.idea/cakephp-feature-flags.iml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php.xml

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"require": {
77
"php": "^7.2",
8-
"cakephp/cakephp": "4.0.*"
8+
"cakephp/cakephp": "^4.0.11"
99
},
1010
"require-dev": {
1111
"phpunit/phpunit": "^8.5"

composer.lock

Lines changed: 151 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpunit.xml.dist

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,10 @@
1717
</testsuite>
1818
</testsuites>
1919

20-
<!-- Setup a listener for fixtures -->
21-
<listeners>
22-
<listener class="\Cake\TestSuite\Fixture\FixtureInjector">
23-
<arguments>
24-
<object class="\Cake\TestSuite\Fixture\FixtureManager"/>
25-
</arguments>
26-
</listener>
27-
</listeners>
20+
<!-- Setup an extension for fixtures -->
21+
<extensions>
22+
<extension class="\Cake\TestSuite\Fixture\PHPUnitExtension" />
23+
</extensions>
2824

2925
<filter>
3026
<whitelist>

0 commit comments

Comments
 (0)