Commit b0d1640 1 parent 078f73a commit b0d1640 Copy full SHA for b0d1640
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 24
24
"symfony/console" : " ^5.4 || ^6.3" ,
25
25
"symfony/dependency-injection" : " ^5.4 || ^6.3" ,
26
26
"symfony/event-dispatcher" : " ^5.4 || ^6.3" ,
27
- "symfony/event-dispatcher-contracts" : " ^1.1 || ^2.2" ,
27
+ "symfony/event-dispatcher-contracts" : " ^1.1 || ^2.2 || ^3.0 " ,
28
28
"symfony/form" : " ^5.4 || ^6.3" ,
29
29
"symfony/http-foundation" : " ^5.4.7 || ^6.3" ,
30
30
"symfony/http-kernel" : " ^5.4 || ^6.3" ,
37
37
"symfony/uid" : " ^5.4 || ^6.3" ,
38
38
"symfony/validator" : " ^5.4 || ^6.3" ,
39
39
"symfony/workflow" : " ^5.4 || ^6.3" ,
40
- "twig/twig" : " ^2.14" ,
40
+ "twig/twig" : " ^2.14 || ^3.0 " ,
41
41
"webmozart/assert" : " ^1.1"
42
42
},
43
43
"require-dev" : {
Original file line number Diff line number Diff line change 2
2
resource : " routing/shop.yaml"
3
3
prefix : /{_locale}
4
4
requirements :
5
- _locale : ^[a- z]{2}(?:_ [A-Z ]{2})?$
5
+ _locale : ^[A-Za- z]{2,4}(_([A-Za-z]{4}|[0-9]{3}))?(_( [A-Za-z ]{2}|[0-9]{3}) )?$
6
6
7
7
admin :
8
8
resource : " routing/admin.yaml"
Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ setono_sylius_feed_admin_feed:
12
12
index:
13
13
icon: 'file image outline'
14
14
type : sylius.resource
15
-
15
+
16
16
setono_sylius_feed_admin_feed_show :
17
17
path : /feeds/{id}
18
18
methods : [GET]
19
19
defaults :
20
- _controller : setono_sylius_feed.controller.feed:showAction
20
+ _controller : setono_sylius_feed.controller.feed:: showAction
21
21
_sylius :
22
22
section : admin
23
23
permission : true
24
24
template : " @SetonoSyliusFeedPlugin/Admin/Feed/show.html.twig"
25
-
25
+
26
26
setono_sylius_feed_admin_feed_process :
27
27
path : /feeds/{id}/process
28
28
methods : [GET]
@@ -33,7 +33,7 @@ setono_sylius_feed_admin_feed_violations_index:
33
33
path : /feeds/{id}/violations
34
34
methods : [GET]
35
35
defaults :
36
- _controller : setono_sylius_feed.controller.violation:indexAction
36
+ _controller : setono_sylius_feed.controller.violation:: indexAction
37
37
_sylius :
38
38
vars :
39
39
route :
You can’t perform that action at this time.
0 commit comments