Skip to content

Commit 8026cd0

Browse files
author
Marc TEYSSIER
committed
Splash 10
1 parent 86777f1 commit 8026cd0

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

composer.json

Lines changed: 7 additions & 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",
@@ -44,6 +44,12 @@
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" : {

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)