We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186c4fc commit 2b0bcc6Copy full SHA for 2b0bcc6
composer.json
@@ -13,9 +13,9 @@
13
14
"require": {
15
"php": ">=5.4.0",
16
- "illuminate/support": ">=4.1,<5.1.0",
17
- "illuminate/database": ">=4.1,<5.1.0",
18
- "illuminate/events": ">=4.1,<5.1.0"
+ "illuminate/support": ">=4.1,<5.2.0",
+ "illuminate/database": ">=4.1,<5.2.0",
+ "illuminate/events": ">=4.1,<5.2.0"
19
},
20
21
"autoload": { "psr-4": { "Kalnoy\\Nestedset\\": "src/" } }
0 commit comments