This repository was archived by the owner on Jan 28, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 }
2222 ],
2323 "support" : {
24- "issues" : " https://github.com/package-wizard/composer-light /issues" ,
25- "source" : " https://github.com/package-wizard/composer-light "
24+ "issues" : " https://github.com/package-wizard/composer/issues" ,
25+ "source" : " https://github.com/package-wizard/composer"
2626 },
2727 "require" : {
2828 "php" : " ^8.2"
3434 "prefer-stable" : true ,
3535 "autoload" : {
3636 "psr-4" : {
37- "PackageWizard\\ ComposerLight \\ " : " src/"
37+ "PackageWizard\\ Composer \\ " : " src/"
3838 }
3939 },
4040 "autoload-dev" : {
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace PackageWizard \ComposerLight ;
5+ namespace PackageWizard \Composer ;
66
77class YourApp
88{
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- use PackageWizard \ComposerLight \YourApp ;
5+ use PackageWizard \Composer \YourApp ;
66
77it ('example ' , function () {
88 expect (
Original file line number Diff line number Diff line change 3131 "type" : " ask" ,
3232 "prompt" : " text" ,
3333 "question" : " Which namespace of your project?" ,
34- "placeholder" : " E.g. PackageWizard\\ ComposerLight " ,
35- "replace" : " PackageWizard\\ ComposerLight "
34+ "placeholder" : " E.g. PackageWizard\\ Composer " ,
35+ "replace" : " PackageWizard\\ Composer "
3636 },
3737 {
3838 "type" : " ask" ,
3939 "prompt" : " text" ,
4040 "question" : " Under what name will the project be distributed?" ,
41- "placeholder" : " E.g. package-wizard/composer-light " ,
42- "replace" : " package-wizard/composer-light "
41+ "placeholder" : " E.g. package-wizard/composer" ,
42+ "replace" : " package-wizard/composer"
4343 }
4444 ]
4545}
You can’t perform that action at this time.
0 commit comments