Skip to content

Commit

Permalink
update composer .json
Browse files Browse the repository at this point in the history
  • Loading branch information
Recca Tsai committed Feb 15, 2016
1 parent 4fb739d commit dad63ff
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add Presenter to your composer.json file:

```js
"require": {
"recca0120/terminal": "~2.0.5"
"recca0120/terminal": "^2.0.5"
}
```
Now, run a composer update on the command line from the root of your project:
Expand Down Expand Up @@ -147,4 +147,3 @@ class Kernel extends ConsoleKernel

### Find and Delete
![Find and Delete](http://4.bp.blogspot.com/-EH88LYVqH_s/VoXQ39EjRaI/AAAAAAAANtk/kS-RxatY1Kc/s1600/Image%2B4.png)

10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/console": "~5.1",
"illuminate/database": "~5.1",
"illuminate/filesystem": "~5.1",
"illuminate/routing": "~5.1",
"symfony/finder": "~3.0"
"illuminate/console": "^5.1",
"illuminate/database": "^5.1",
"illuminate/filesystem": "^5.1",
"illuminate/routing": "^5.1",
"symfony/finder": "2.8.*|3.0.*"
},
"require-dev": {
"nesbot/carbon": "~1.20",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"gulp": "^3.8.8"
},
"dependencies": {
"laravel-elixir": "^4.0.0",
"laravel-elixir": "^5.0.0",
"bootstrap-sass": "^3.0.0"
}
}

5 changes: 3 additions & 2 deletions resources/assets/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
.editor
{
z-index: 40000;
pre {
background-color: inherit;
pre
{
border: inherit;
background-color: inherit;
}
}

Expand Down

0 comments on commit dad63ff

Please sign in to comment.