Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjmead committed Aug 3, 2024
1 parent 14ce144 commit 56b5c0b
Show file tree
Hide file tree
Showing 5 changed files with 3,099 additions and 3,099 deletions.
Binary file removed box
Binary file not shown.
1 change: 0 additions & 1 deletion box.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"composer.json"
],
"exclude-composer-files": false,
"exclude-dev-files": false,
"compression": "GZ",
"compactors": [
"KevinGH\\Box\\Compactor\\Php",
Expand Down
Binary file removed builds/wpsites
Binary file not shown.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"type": "library",
"license": "MIT",
"require": {
"php": "^8.0"
"php": "^8.0",
"cuyz/valinor": "^1.12",
"laravel/prompts": "^0.1.24",
"laravel-zero/framework": "^11.0.0"
},
"require-dev": {
"cuyz/valinor": "^1.12",
"laravel/pint": "^1.15.2",
"laravel/prompts": "^0.1.24",
"laravel-zero/framework": "^11.0.0",
"mockery/mockery": "^1.6.11",
"pestphp/pest": "^2.34.7"
},
Expand All @@ -37,5 +37,5 @@
},
"minimum-stability": "stable",
"prefer-stable": true,
"bin": ["builds/wpsites"]
"bin": ["wpsites"]
}
Loading

0 comments on commit 56b5c0b

Please sign in to comment.