Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dconco committed Jan 1, 2025
1 parent 9da29f0 commit b303513
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://github.com/PhpSlides",
"type": "library",
"license": "MIT",
"keywords": [ "framework", "phpslides" ],
"keywords": ["framework", "phpslides"],
"support": {
"issues": "https://github.com/PhpSlides/framework/issues",
"source": "https://github.com/PhpSlides/framework"
Expand Down Expand Up @@ -35,20 +35,20 @@
"PhpSlides\\Core\\": "src/",
"PhpSlides\\Router\\": "Router/"
},
"files": [ "src/Bootstrap/App.php" ]
"files": ["src/Bootstrap/App.php"]
},
"autoload-dev": {
"psr-4": {
"PhpSlides\\Tests\\": "tests/tests/"
"PhpSlides\\Tests\\": "tests/__tests__/"
}
},
"config": {
"preferred-install": "dist"
},
"scripts": {
"test": "phpunit || vendor/bin/phpunit || php vendor/bin/phpunit",
"post-install-cmd": [ "PhpSlides\\Core\\Cache\\Cache::clear()" ]
"post-install-cmd": ["PhpSlides\\Core\\Cache\\Cache::clear()"]
},
"minimum-stability": "stable",
"prefer-stable": true
}
}
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
backupStaticProperties="false">
<testsuites>
<testsuite name="PhpSlides Test Suite">
<directory>tests/tests</directory>
<directory>tests/__tests__</directory>
</testsuite>
</testsuites>

Expand Down
File renamed without changes.

0 comments on commit b303513

Please sign in to comment.