File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - php : " 8.1"
2828 symfony : " ~6.0"
2929
30+ - php : " 8.2"
31+ symfony : " ~7.0"
32+
3033 steps :
3134 -
3235 uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class Configuration implements ConfigurationInterface
2020 /**
2121 * {@inheritDoc}
2222 */
23- public function getConfigTreeBuilder ()
23+ public function getConfigTreeBuilder (): TreeBuilder
2424 {
2525 if (\method_exists (TreeBuilder::class, 'getRootNode ' )) {
2626 $ treeBuilder = new TreeBuilder ('winzou_state_machine ' );
Original file line number Diff line number Diff line change 1313 "require" : {
1414 "php" : " ^7.4|^8.0|^8.1" ,
1515 "winzou/state-machine" : " ~0.4" ,
16- "symfony/framework-bundle" : " ^4.4|^5.4|^6.0"
16+ "symfony/framework-bundle" : " ^4.4|^5.4|^6.0|^7.0 "
1717 },
1818 "require-dev" : {
19- "sylius /phpspec" : " ^5.0|^6.0|^7.0"
19+ "phpspec /phpspec" : " ^5.0|^6.0|^7.0"
2020 },
2121 "autoload" : {
2222 "psr-4" : { "winzou\\ Bundle\\ StateMachineBundle\\ " : " " }
You can’t perform that action at this time.
0 commit comments