Skip to content

Commit

Permalink
Maintenance tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmarsal committed Jun 14, 2018
1 parent 413eb76 commit 63635c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2017 Robert Boloc
Copyright (c) 2014-2018 Robert Boloc

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Integrates Phinx tool with the [Robo](http://robo.li/) task runner.
- [Configuration](#configuration)

## Installation
Add `"robertboloc/robo-phinx": "1.1.*"` to your composer.json.
Add `"robertboloc/robo-phinx": "^1.2"` to your composer.json.
```json
{
"require": {
"robertboloc/robo-phinx": "1.1.*"
"robertboloc/robo-phinx": "^1.2"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
},
"require": {
"php": ">=5.4.0"
"php": ">=5.6"
},
"require-dev": {
"consolidation/robo": "^1.0",
Expand Down

0 comments on commit 63635c1

Please sign in to comment.