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 3174481 commit 1a46fdcCopy full SHA for 1a46fdc
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All Notable changes to `laravel-robots-middleware` will be documented in this file
4
5
+## 1.0.1 - 2016-01-05
6
+
7
+- Moved orchestra to devdependencies
8
9
## 1.0.0 - 2016-01-05
10
-Initial release
11
+- Initial release
composer.json
@@ -21,9 +21,9 @@
21
"require": {
22
"php" : "^7.0",
23
"illuminate/http": "^5.1",
24
- "orchestra/testbench": "^3.2"
25
},
26
"require-dev": {
+ "orchestra/testbench": "^3.2",
27
"phpunit/phpunit" : "4.*"
28
29
"autoload": {
0 commit comments