Skip to content

Commit 193df2f

Browse files
ready for distribution
1 parent c328014 commit 193df2f

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

box.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"composer.json"
1111
],
1212
"exclude-composer-files": false,
13+
"exclude-dev-files": false,
1314
"compression": "GZ",
1415
"compactors": [
1516
"KevinGH\\Box\\Compactor\\Php",

builds/prodtools

18.7 MB
Binary file not shown.

composer.json

+10-11
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
11
{
2-
"name": "laravel-zero/laravel-zero",
3-
"description": "The Laravel Zero Framework.",
4-
"keywords": ["framework", "laravel", "laravel zero", "console", "cli"],
5-
"homepage": "https://laravel-zero.com",
6-
"type": "project",
2+
"name": "abdelhamiderrahmouni/prodtools",
3+
"description": "A set of tools i use to optimize my work.",
4+
"keywords": ["laravel", "laravel tools", "console", "cli", "laravel production tools", "Asset optimization", "project compression"],
5+
"homepage": "https://github.com/abdelhamiderrahmouni/prodtools",
76
"license": "MIT",
87
"support": {
9-
"issues": "https://github.com/laravel-zero/laravel-zero/issues",
10-
"source": "https://github.com/laravel-zero/laravel-zero"
8+
"issues": "https://github.com/abdelhamiderrahmouni/prodtools/issues",
9+
"source": "https://github.com/abdelhamiderrahmouni/prodtools"
1110
},
1211
"authors": [
1312
{
14-
"name": "Nuno Maduro",
15-
"email": "enunomaduro@gmail.com"
13+
"name": "Abdelhamid Errahmouni",
14+
"email": "abdelhamiderrahmouni@gmail.com"
1615
}
1716
],
1817
"require": {
1918
"php": "^8.1",
20-
"laravel-zero/framework": "^10.2",
2119
"nunomaduro/termwind": "^1.15.1",
2220
"ext-zip": "*",
2321
"spatie/image-optimizer": "^1.7"
2422
},
2523
"require-dev": {
2624
"laravel/pint": "^1.13",
25+
"laravel-zero/framework": "^10.2",
2726
"mockery/mockery": "^1.6",
2827
"pestphp/pest": "^2.22"
2928
},
@@ -49,5 +48,5 @@
4948
},
5049
"minimum-stability": "stable",
5150
"prefer-stable": true,
52-
"bin": ["production-tools"]
51+
"bin": ["builds/prodtools"]
5352
}

0 commit comments

Comments
 (0)