Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
locking down supported framework versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenberg committed Jan 1, 2020
1 parent 77c4b04 commit 1cd2481
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions composer.json
Expand Up @@ -11,11 +11,11 @@
],
"require": {
"php": "^7.3",
"illuminate/console": "^6.5",
"illuminate/filesystem": "^6.5",
"illuminate/support": "^6.5",
"illuminate/console": "~5.8|^6.0",
"illuminate/filesystem": "~5.8|^6.0",
"illuminate/support": "~5.8|^6.0",
"inertiajs/inertia-laravel": "^0.1",
"laravel/ui": "^1.0@dev"
"laravel/ui": "^1.0"
},
"require-dev": {
"mockery/mockery": "^1.2",
Expand All @@ -37,9 +37,5 @@
"Ravenberg\\InertiaReactPreset\\InertiaReactPresetServiceProvider"
]
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev"
}
}

0 comments on commit 1cd2481

Please sign in to comment.