Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Sakovich authored Mar 3, 2020
1 parent 0e0fdf8 commit a1cfcc0
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
"type": "library",
"license": "MIT",
"require": {
"php": "^7.1",
"laravel/framework": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
"php": "^7.2",
"laravel/framework": "5.8.*|^6.0|^7.0",
"ext-json": "*"
},
"require-dev": {
"orchestra/testbench": "~3.8.5",
"phpunit/phpunit": "^7.5.17"
"orchestra/testbench": "^3.8|^4.0|^5.0"
},
"autoload": {
"psr-4": {
Expand All @@ -35,5 +34,10 @@
"Coderello\\Laraflash\\Providers\\LaraflashServiceProvider"
]
}
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit a1cfcc0

Please sign in to comment.