Skip to content

Commit 87fa961

Browse files
committed
Merge branch 'master' of github.com:illuminate/app
2 parents 3d1660a + 57ebde6 commit 87fa961

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/routes.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
|--------------------------------------------------------------------------
77
|
88
| Here is where you can register all of the routes for your application.
9-
| It's a breeze. Just tell Illuminate which URIs it should respond to
10-
| and give it a Closure to execute when that URI is accessed. It is
11-
| a walk in the park. Enjoy the simplicity of HTTP based routing.
9+
| It's a breeze. Just tell Illuminate the URIs it should respond to
10+
| and give it the Closure to execute when that URI is requested.
1211
|
1312
*/
1413

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
},
55
"autoload": {
66
"classmap": ["app/tests/TestCase.php"]
7-
}
7+
},
8+
"minimum-stability": "dev"
89
}

0 commit comments

Comments
 (0)