Skip to content

Commit 1a46fdc

Browse files
Moved orchestra to devdependencies
1 parent 3174481 commit 1a46fdc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All Notable changes to `laravel-robots-middleware` will be documented in this file
44

5+
## 1.0.1 - 2016-01-05
6+
7+
- Moved orchestra to devdependencies
8+
59
## 1.0.0 - 2016-01-05
610

7-
Initial release
11+
- Initial release

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"require": {
2222
"php" : "^7.0",
2323
"illuminate/http": "^5.1",
24-
"orchestra/testbench": "^3.2"
2524
},
2625
"require-dev": {
26+
"orchestra/testbench": "^3.2",
2727
"phpunit/phpunit" : "4.*"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)