Skip to content

Commit 4ac3296

Browse files
committed
Split actions (temp)
1 parent f9a01b7 commit 4ac3296

3 files changed

Lines changed: 4 additions & 38 deletions

File tree

banner.jpg

411 KB
Loading

builtwith.jpg

541 KB
Loading

composer.json

Lines changed: 4 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@
1818
}
1919
],
2020
"require": {
21-
"moox/core": "^3.1.2"
21+
"moox/core": "self.version"
2222
},
2323
"autoload": {
2424
"psr-4": {
25-
"Moox\\Build\\": "src",
26-
"Moox\\Build\\Database\\Factories\\": "database/factories"
25+
"Moox\\Build\\": "src"
2726
}
2827
},
2928
"extra": {
@@ -67,44 +66,11 @@
6766
"minimum-stability": "stable",
6867
"prefer-stable": true,
6968
"require-dev": {
70-
"orchestra/testbench": "^9.5",
71-
"pestphp/pest": "^3.2",
72-
"pestphp/pest-plugin-livewire": "^3.0",
73-
"pestphp/pest-plugin-laravel": "^3.0",
74-
"ryangjchandler/blade-capture-directive": "^1.0"
75-
},
76-
"autoload-dev": {
77-
"psr-4": {
78-
"Moox\\Build\\Tests\\": "tests",
79-
"Moox\\Build\\Database\\Factories\\": "database/factories",
80-
"Workbench\\App\\": "workbench/app/",
81-
"Workbench\\Database\\Factories\\": "workbench/database/factories/",
82-
"Workbench\\Database\\Seeders\\": "workbench/database/seeders/"
83-
}
84-
},
85-
"scripts": {
86-
"post-autoload-dump": [
87-
"@clear",
88-
"@prepare"
89-
],
90-
"clear": "@php vendor/bin/testbench package:purge-build --ansi",
91-
"prepare": "@php vendor/bin/testbench package:discover --ansi",
92-
"build": "@php vendor/bin/testbench workbench:build --ansi",
93-
"serve": [
94-
"Composer\\Config::disableProcessTimeout",
95-
"@build",
96-
"@php vendor/bin/testbench serve --ansi"
97-
],
98-
"lint": [
99-
"@php vendor/bin/phpstan analyse --verbose --ansi"
100-
],
101-
"test": [
102-
"@php vendor/bin/phpunit"
103-
]
69+
"moox/devtools": "self.version"
10470
},
10571
"config": {
10672
"allow-plugins": {
10773
"pestphp/pest-plugin": true
10874
}
10975
}
110-
}
76+
}

0 commit comments

Comments
 (0)