Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 51b26bf

Browse files
committed
Migrating to Laravel 5 by pushing up Ardent's version and moving to Collective\Html. refs bgultekin#8, bgultekin#19
1 parent 1981648 commit 51b26bf

File tree

9 files changed

+367
-384
lines changed

9 files changed

+367
-384
lines changed

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.3.0",
20-
"illuminate/html": ">=4.2",
21-
"illuminate/support": ">=4.2",
22-
"illuminate/validation": ">=4.0",
23-
"illuminate/routing": ">=4.0",
24-
"laravelbook/ardent": "2.*"
19+
"laravelcollective/html": "5.1.*",
20+
"illuminate/support": "5.1.*",
21+
"illuminate/validation": "5.1.*",
22+
"illuminate/routing": "5.1.*",
23+
"laravelbook/ardent": "3.*"
2524
},
2625
"autoload": {
2726
"psr-4": {

src/Laravalid/Converter/Base/Container.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @package Laravel Validation For Client-Side
66
* @author Bilal Gultekin <[email protected]>
77
* @license MIT
8-
* @see Illuminate\Html\FormBuilder
8+
* @see Collective\Html\FormBuilder
99
* @version 0.9
1010
*/
1111

0 commit comments

Comments
 (0)