Skip to content

Commit d866da7

Browse files
author
Marc TEYSSIER
authored
Merge pull request #43 from marcteyssier/6.0
Splash 10
2 parents 86777f1 + 2a3718d commit d866da7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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",

src/Mouf/Html/Widgets/EvoluGrid/EvoluGridResultSet.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
use Mouf\Utils\Value\ValueUtils;
88
use Mouf\Utils\Value\IntValueInterface;
99
use Mouf\Utils\Common\PaginableInterface;
10-
use Mouf\Mvc\Splash\Services\SplashRoute;
11-
use Mouf\Mvc\Splash\Services\UrlProviderInterface;
1210
use Mouf\Utils\Common\UrlInterface;
1311
use Mouf\Utils\Value\ArrayValueInterface;
1412
use Mouf\Utils\Action\ActionInterface;
1513
use Mouf\Utils\Common\SortableInterface;
1614
use Porpaginas\Page;
1715
use Porpaginas\Result;
16+
use TheCodingMachine\Splash\Services\SplashRoute;
17+
use TheCodingMachine\Splash\Services\UrlProviderInterface;
1818
use Zend\Diactoros\Response;
1919

2020
/**

0 commit comments

Comments
 (0)