Skip to content

Commit

Permalink
prepare for laravel 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bepsvpt committed Aug 30, 2017
1 parent 4f5ec19 commit 1f76e6a
Show file tree
Hide file tree
Showing 2 changed files with 612 additions and 305 deletions.
15 changes: 12 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,30 @@
"php": "^7.0",
"bepsvpt/csp-builder": "1.0.*",
"bepsvpt/hpkp-builder": "1.0.*",
"illuminate/support": "^5.1"
"illuminate/support": "^5.1 || dev-master"
},
"require-dev": {
"codeclimate/php-test-reporter": "0.4.*",
"doctrine/instantiator": "1.0.*",
"orchestra/testbench": "3.4.*",
"phpunit/phpunit": "5.7.*"
"orchestra/testbench": "3.5.*",
"phpunit/phpunit": "6.0.*"
},
"autoload": {
"psr-4": {
"Bepsvpt\\SecureHeaders\\": "src/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"optimize-autoloader": true,
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"Bepsvpt\\SecureHeaders\\SecureHeadersServiceProvider"
]
}
}
}
Loading

0 comments on commit 1f76e6a

Please sign in to comment.