File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
src/Mouf/Html/Widgets/EvoluGrid Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2424 "php" : " >=7.0" ,
2525 "mouf/javascript.jquery.jquery" : " >=1.11" ,
2626 "mouf/database.querywriter" : " ~4.0" ,
27- "mouf/mvc.splash-common" : " ~7.0 | ~8 .0" ,
27+ "mouf/mvc.splash-common" : " ~10 .0" ,
2828 "mouf/utils.common.sortable-interface" : " ~1.0" ,
2929 "mouf/html.utils.weblibrarymanager" : " >=2.0, <4.0" ,
3030 "mouf/utils.common.paginable-interface" : " ~1.0" ,
4444 "Mouf" : " src/"
4545 }
4646 },
47+ "repositories" : [
48+ {
49+ "type" : " vcs" ,
50+ "url" : " https://github.com/marcteyssier/database.querywriter.git"
51+ }
52+ ],
4753 "minimum-stability" : " dev" ,
4854 "extra" : {
4955 "mouf" : {
Original file line number Diff line number Diff line change 77use Mouf \Utils \Value \ValueUtils ;
88use Mouf \Utils \Value \IntValueInterface ;
99use Mouf \Utils \Common \PaginableInterface ;
10- use Mouf \Mvc \Splash \Services \SplashRoute ;
11- use Mouf \Mvc \Splash \Services \UrlProviderInterface ;
1210use Mouf \Utils \Common \UrlInterface ;
1311use Mouf \Utils \Value \ArrayValueInterface ;
1412use Mouf \Utils \Action \ActionInterface ;
1513use Mouf \Utils \Common \SortableInterface ;
1614use Porpaginas \Page ;
1715use Porpaginas \Result ;
16+ use TheCodingMachine \Splash \Services \SplashRoute ;
17+ use TheCodingMachine \Splash \Services \UrlProviderInterface ;
1818use Zend \Diactoros \Response ;
1919
2020/**
You can’t perform that action at this time.
0 commit comments