Skip to content

Commit

Permalink
ready for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelhamiderrahmouni committed Mar 28, 2024
1 parent c328014 commit 193df2f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
1 change: 1 addition & 0 deletions box.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"composer.json"
],
"exclude-composer-files": false,
"exclude-dev-files": false,
"compression": "GZ",
"compactors": [
"KevinGH\\Box\\Compactor\\Php",
Expand Down
Binary file added builds/prodtools
Binary file not shown.
21 changes: 10 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,28 @@
{
"name": "laravel-zero/laravel-zero",
"description": "The Laravel Zero Framework.",
"keywords": ["framework", "laravel", "laravel zero", "console", "cli"],
"homepage": "https://laravel-zero.com",
"type": "project",
"name": "abdelhamiderrahmouni/prodtools",
"description": "A set of tools i use to optimize my work.",
"keywords": ["laravel", "laravel tools", "console", "cli", "laravel production tools", "Asset optimization", "project compression"],
"homepage": "https://github.com/abdelhamiderrahmouni/prodtools",
"license": "MIT",
"support": {
"issues": "https://github.com/laravel-zero/laravel-zero/issues",
"source": "https://github.com/laravel-zero/laravel-zero"
"issues": "https://github.com/abdelhamiderrahmouni/prodtools/issues",
"source": "https://github.com/abdelhamiderrahmouni/prodtools"
},
"authors": [
{
"name": "Nuno Maduro",
"email": "enunomaduro@gmail.com"
"name": "Abdelhamid Errahmouni",
"email": "abdelhamiderrahmouni@gmail.com"
}
],
"require": {
"php": "^8.1",
"laravel-zero/framework": "^10.2",
"nunomaduro/termwind": "^1.15.1",
"ext-zip": "*",
"spatie/image-optimizer": "^1.7"
},
"require-dev": {
"laravel/pint": "^1.13",
"laravel-zero/framework": "^10.2",
"mockery/mockery": "^1.6",
"pestphp/pest": "^2.22"
},
Expand All @@ -49,5 +48,5 @@
},
"minimum-stability": "stable",
"prefer-stable": true,
"bin": ["production-tools"]
"bin": ["builds/prodtools"]
}

0 comments on commit 193df2f

Please sign in to comment.