File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1414 "php" : " >=8.0" ,
1515 "latte/latte" : " ^3.0" ,
1616 "nette/forms" : " ^3.0" ,
17- "nette/utils" : " ^3.0"
17+ "nette/utils" : " ^3.0 || ^4.0 "
1818 },
1919 "require-dev" : {
2020 "nette/application" : " ^3.0" ,
2121 "nette/bootstrap" : " ^3.0" ,
2222 "nette/di" : " ^3.0" ,
23- "nette/robot-loader" : " ^3.0" ,
2423 "phpstan/phpstan" : " ~1.8" ,
2524 "phpstan/phpstan-nette" : " ~1.0" ,
2625 "tracy/tracy" : " ^2.5"
3534 },
3635 "autoload" : {
3736 "psr-4" : { "Nextras\\ FormsRendering\\ " : " src/" }
37+ },
38+ "autoload-dev" : {
39+ "psr-4" : {
40+ "NextrasDemos\\ FormsRendering\\ LatteMacros\\ " : " examples/lattemacros/" ,
41+ "NextrasDemos\\ FormsRendering\\ Renderers\\ " : " examples/renderers/"
42+ }
3843 }
3944}
Original file line number Diff line number Diff line change 1111$ configurator = new Configurator ;
1212$ configurator ->enableDebugger (__DIR__ . '/log ' );
1313$ configurator ->setTempDirectory (__DIR__ . '/temp ' );
14- $ configurator ->createRobotLoader ()->addDirectory (__DIR__ )->register ();
1514$ configurator ->addConfig (__DIR__ . '/config.neon ' );
1615
1716$ container = $ configurator ->createContainer ();
Original file line number Diff line number Diff line change 1111$ configurator = new Configurator ;
1212$ configurator ->enableDebugger (__DIR__ . '/log ' );
1313$ configurator ->setTempDirectory (__DIR__ . '/temp ' );
14- $ configurator ->createRobotLoader ()->addDirectory (__DIR__ )->register ();
1514$ configurator ->addConfig (__DIR__ . '/config.neon ' );
1615
1716$ container = $ configurator ->createContainer ();
You can’t perform that action at this time.
0 commit comments