Skip to content

Commit

Permalink
Update master to output generated at 14a8a48
Browse files Browse the repository at this point in the history
  • Loading branch information
abenevaut committed May 6, 2023
1 parent bbe070d commit 353f31f
Show file tree
Hide file tree
Showing 3 changed files with 1,799 additions and 1,068 deletions.
Binary file modified builds/phpunit-slicer
Binary file not shown.
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "abenevaut/phpunit-slicer",
"description": "Tool to slice PHPUnit tests files to tests suites.",
"keywords": ["phpunit", "test", "cli", "pest", "laravel", "laravel-zero"],
"keywords": ["phpunit", "slice", "tests"],
"type": "project",
"license": "GPL-3.0-only",
"homepage": "https://github.com/abenevaut/laravel-email-reset",
"homepage": "https://github.com/abenevaut/opensource",
"support": {
"issues": "https://github.com/abenevaut/laravel-email-reset/issues",
"source": "https://github.com/abenevaut/laravel-email-reset"
"issues": "https://github.com/abenevaut/opensource/issues",
"source": "https://github.com/abenevaut/opensource"
},
"authors": [
{
"name": "Antoine Benevaut",
"email": "antoine@benevaut.fr"
"email": "me@abenevaut.dev"
}
],
"require": {
"php": "^8.0",
"nunomaduro/termwind": "^1.3"
"php": "^8.1",
"nunomaduro/termwind": "^1.15"
},
"require-dev": {
"illuminate/translation": "^9.6",
"illuminate/validation": "^9.6",
"laravel-zero/framework": "^9.0",
"mockery/mockery": "^1.4.4",
"pestphp/pest": "^1.21.1"
"illuminate/translation": "^10.9",
"illuminate/validation": "^10.9",
"laravel-zero/framework": "^10.0",
"mockery/mockery": "^1.5.0",
"pestphp/pest": "^2.6.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 353f31f

Please sign in to comment.