This repository was archived by the owner on Oct 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44 "homepage" : " https://github.com/PhpSlides" ,
55 "type" : " library" ,
66 "license" : " MIT" ,
7- "keywords" : [ " framework" , " phpslides" ],
7+ "keywords" : [" framework" , " phpslides" ],
88 "support" : {
99 "issues" : " https://github.com/PhpSlides/framework/issues" ,
1010 "source" : " https://github.com/PhpSlides/framework"
3535 "PhpSlides\\ Core\\ " : " src/" ,
3636 "PhpSlides\\ Router\\ " : " Router/"
3737 },
38- "files" : [ " src/Bootstrap/App.php" ]
38+ "files" : [" src/Bootstrap/App.php" ]
3939 },
4040 "autoload-dev" : {
4141 "psr-4" : {
42- "PhpSlides\\ Tests\\ " : " tests/tests /"
42+ "PhpSlides\\ Tests\\ " : " tests/__tests__ /"
4343 }
4444 },
4545 "config" : {
4646 "preferred-install" : " dist"
4747 },
4848 "scripts" : {
4949 "test" : " phpunit || vendor/bin/phpunit || php vendor/bin/phpunit" ,
50- "post-install-cmd" : [ " PhpSlides\\ Core\\ Cache\\ Cache::clear()" ]
50+ "post-install-cmd" : [" PhpSlides\\ Core\\ Cache\\ Cache::clear()" ]
5151 },
5252 "minimum-stability" : " stable" ,
5353 "prefer-stable" : true
54- }
54+ }
Original file line number Diff line number Diff line change 1010 backupStaticProperties =" false" >
1111 <testsuites >
1212 <testsuite name =" PhpSlides Test Suite" >
13- <directory >tests/tests </directory >
13+ <directory >tests/__tests__ </directory >
1414 </testsuite >
1515 </testsuites >
1616
File renamed without changes.
You can’t perform that action at this time.
0 commit comments