mirror of
https://github.com/danog/dns.git
synced 2024-11-30 04:29:06 +01:00
Update Alert to 0.9.0, .gitignore, composer.lock
- Update Alert to v0.9.0 in composer and submodule - Update .gitignore to ignore composer data in vendor directory - Add composer.lock to repo
This commit is contained in:
parent
6fcf8b4d07
commit
84e37a2dde
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,4 @@
|
||||
.idea
|
||||
vendor/*
|
||||
!vendor/Alert
|
||||
!vendor/LibDNS
|
||||
|
@ -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": {
|
||||
|
95
composer.lock
generated
Normal file
95
composer.lock
generated
Normal file
@ -0,0 +1,95 @@
|
||||
{
|
||||
"_readme": [
|
||||
"This file locks the dependencies of your project to a known state",
|
||||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "d23503749c4b856c90532a92043c7edf",
|
||||
"packages": [
|
||||
{
|
||||
"name": "daverandom/libdns",
|
||||
"version": "v0.2.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/DaveRandom/LibDNS.git",
|
||||
"reference": "f94f92f3fa8b2776ff2593c87d93d87480efeb73"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/DaveRandom/LibDNS/zipball/f94f92f3fa8b2776ff2593c87d93d87480efeb73",
|
||||
"reference": "f94f92f3fa8b2776ff2593c87d93d87480efeb73",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"LibDNS": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"description": "DNS protocol implementation written in pure PHP",
|
||||
"keywords": [
|
||||
"dns"
|
||||
],
|
||||
"time": "2013-11-28 15:57:15"
|
||||
},
|
||||
{
|
||||
"name": "rdlowrey/alert",
|
||||
"version": "v0.9.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/rdlowrey/Alert.git",
|
||||
"reference": "16190c9b325d156e394ab3ce3c725f98e73df973"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/rdlowrey/Alert/zipball/16190c9b325d156e394ab3ce3c725f98e73df973",
|
||||
"reference": "16190c9b325d156e394ab3ce3c725f98e73df973",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Alert\\": "lib/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Daniel Lowrey",
|
||||
"email": "rdlowrey@php.net",
|
||||
"role": "Creator / Lead Developer"
|
||||
}
|
||||
],
|
||||
"description": "Event loops and stream IO reactors for non-blocking PHP applications",
|
||||
"homepage": "https://github.com/rdlowrey/alert",
|
||||
"keywords": [
|
||||
"async",
|
||||
"libevent",
|
||||
"libuv",
|
||||
"non-blocking"
|
||||
],
|
||||
"time": "2014-07-22 17:47:22"
|
||||
}
|
||||
],
|
||||
"packages-dev": [],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": [],
|
||||
"platform": {
|
||||
"php": ">=5.4.0"
|
||||
},
|
||||
"platform-dev": []
|
||||
}
|
2
vendor/Alert
vendored
2
vendor/Alert
vendored
@ -1 +1 @@
|
||||
Subproject commit a09cc62f81d8950e05e6c715668be3cb2a07d716
|
||||
Subproject commit 16190c9b325d156e394ab3ce3c725f98e73df973
|
Loading…
Reference in New Issue
Block a user