Skip to content

Commit

Permalink
Update Alert to 0.9.0, .gitignore, composer.lock
Browse files Browse the repository at this point in the history
 - Update Alert to v0.9.0 in composer and submodule
 - Update .gitignore to ignore composer data in
   vendor directory
 - Add composer.lock to repo
  • Loading branch information
DaveRandom committed Jul 29, 2014
1 parent 6fcf8b4 commit 84e37a2
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
.idea
vendor/*
!vendor/Alert
!vendor/LibDNS
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": ">=5.4.0",
"rdlowrey/alert": "~0.8.1",
"rdlowrey/alert": "~0.9.0",
"daverandom/libdns": "~0.2.1"
},
"autoload": {
Expand Down
95 changes: 95 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/Alert
Submodule Alert updated from a09cc6 to 16190c

0 comments on commit 84e37a2

Please sign in to comment.