Skip to content

Commit

Permalink
Merge pull request #1 from jstruzik/feature/use-composer-replace
Browse files Browse the repository at this point in the history
Feature - Making use of composer's replace feature
  • Loading branch information
brianmuse committed Aug 27, 2015
2 parents cbc8d73 + 0149ee7 commit 32db37a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"require": {
"php": ">=5.3.0"
},
"replace": {
"php-activerecord/php-activerecord": "~1.1.0"
},
"autoload": {
"files": [ "ActiveRecord.php" ]
}
Expand Down

0 comments on commit 32db37a

Please sign in to comment.