Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
util_bootstrap
1 parent 8f3a287 commit c961074Copy full SHA for c961074
2 files changed
bootstrap.php
@@ -11,7 +11,7 @@
11
* the LICENSE file that was distributed with this source code.
12
*/
13
14
-require_once __DIR__ . '/vendor/codeigniter4/framework/system/Test/bootstrap.php';
+require_once __DIR__ . '/vendor/codeigniter4/framework/system/util_bootstrap.php';
15
16
foreach ([
17
'vendor/codeigniter4/framework/app/Config',
composer.json
@@ -26,7 +26,7 @@
26
"phpstan/phpstan": "^2.0"
27
},
28
"require-dev": {
29
- "codeigniter4/framework": "^4.5",
+ "codeigniter4/framework": "^4.6.2",
30
"codeigniter/coding-standard": "^1.7",
31
"codeigniter4/shield": "^1.0",
32
"friendsofphp/php-cs-fixer": "^3.49",
0 commit comments