Bernd Wurst commited on 2018-01-23 17:49:48
Zeige 2 geänderte Dateien mit 122 Einfügungen und 3 Löschungen.
| ... | ... |
@@ -1,7 +1,9 @@ |
| 1 | 1 |
{
|
| 2 | 2 |
"name": "schokokeks/webinterface", |
| 3 |
- "license": "CC0", |
|
| 3 |
+ "description": "Webinterface running at config.schokokeks.org", |
|
| 4 |
+ "license": "CC0-1.0", |
|
| 4 | 5 |
"require": {
|
| 5 |
- "bjeavons/zxcvbn-php": "0.3" |
|
| 6 |
+ "bjeavons/zxcvbn-php": "0.3", |
|
| 7 |
+ "giggsey/libphonenumber-for-php": "^8.8" |
|
| 6 | 8 |
} |
| 7 | 9 |
} |
| ... | ... |
@@ -4,7 +4,7 @@ |
| 4 | 4 |
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
| 5 | 5 |
"This file is @generated automatically" |
| 6 | 6 |
], |
| 7 |
- "content-hash": "1a699b93929084a4d5108b5e93e5d5ba", |
|
| 7 |
+ "content-hash": "d145356ef169caa8b33d4fe59422b14d", |
|
| 8 | 8 |
"packages": [ |
| 9 | 9 |
{
|
| 10 | 10 |
"name": "bjeavons/zxcvbn-php", |
| ... | ... |
@@ -50,6 +50,123 @@ |
| 50 | 50 |
"zxcvbn" |
| 51 | 51 |
], |
| 52 | 52 |
"time": "2017-01-06T15:43:33+00:00" |
| 53 |
+ }, |
|
| 54 |
+ {
|
|
| 55 |
+ "name": "giggsey/libphonenumber-for-php", |
|
| 56 |
+ "version": "8.8.9", |
|
| 57 |
+ "source": {
|
|
| 58 |
+ "type": "git", |
|
| 59 |
+ "url": "https://github.com/giggsey/libphonenumber-for-php.git", |
|
| 60 |
+ "reference": "44e2fb8ee3a62c3fd00fb8a37fe0bad394992c2e" |
|
| 61 |
+ }, |
|
| 62 |
+ "dist": {
|
|
| 63 |
+ "type": "zip", |
|
| 64 |
+ "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/44e2fb8ee3a62c3fd00fb8a37fe0bad394992c2e", |
|
| 65 |
+ "reference": "44e2fb8ee3a62c3fd00fb8a37fe0bad394992c2e", |
|
| 66 |
+ "shasum": "" |
|
| 67 |
+ }, |
|
| 68 |
+ "require": {
|
|
| 69 |
+ "ext-mbstring": "*", |
|
| 70 |
+ "giggsey/locale": "^1.2", |
|
| 71 |
+ "php": ">=5.3.2" |
|
| 72 |
+ }, |
|
| 73 |
+ "require-dev": {
|
|
| 74 |
+ "pear/pear-core-minimal": "^1.9", |
|
| 75 |
+ "pear/pear_exception": "^1.0", |
|
| 76 |
+ "pear/versioncontrol_git": "^0.5", |
|
| 77 |
+ "phing/phing": "^2.7", |
|
| 78 |
+ "phpunit/phpunit": "^4.8|^5.0", |
|
| 79 |
+ "satooshi/php-coveralls": "^1.0", |
|
| 80 |
+ "symfony/console": "^2.8|^3.0" |
|
| 81 |
+ }, |
|
| 82 |
+ "type": "library", |
|
| 83 |
+ "extra": {
|
|
| 84 |
+ "branch-alias": {
|
|
| 85 |
+ "dev-master": "8.x-dev" |
|
| 86 |
+ } |
|
| 87 |
+ }, |
|
| 88 |
+ "autoload": {
|
|
| 89 |
+ "psr-4": {
|
|
| 90 |
+ "libphonenumber\\": "src/" |
|
| 91 |
+ }, |
|
| 92 |
+ "exclude-from-classmap": [ |
|
| 93 |
+ "/src/data/", |
|
| 94 |
+ "/src/carrier/data/", |
|
| 95 |
+ "/src/geocoding/data/", |
|
| 96 |
+ "/src/timezone/data/" |
|
| 97 |
+ ] |
|
| 98 |
+ }, |
|
| 99 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 100 |
+ "license": [ |
|
| 101 |
+ "Apache-2.0" |
|
| 102 |
+ ], |
|
| 103 |
+ "authors": [ |
|
| 104 |
+ {
|
|
| 105 |
+ "name": "Joshua Gigg", |
|
| 106 |
+ "email": "giggsey@gmail.com", |
|
| 107 |
+ "homepage": "https://giggsey.com/" |
|
| 108 |
+ } |
|
| 109 |
+ ], |
|
| 110 |
+ "description": "PHP Port of Google's libphonenumber", |
|
| 111 |
+ "homepage": "https://github.com/giggsey/libphonenumber-for-php", |
|
| 112 |
+ "keywords": [ |
|
| 113 |
+ "geocoding", |
|
| 114 |
+ "geolocation", |
|
| 115 |
+ "libphonenumber", |
|
| 116 |
+ "mobile", |
|
| 117 |
+ "phonenumber", |
|
| 118 |
+ "validation" |
|
| 119 |
+ ], |
|
| 120 |
+ "time": "2018-01-09T19:14:30+00:00" |
|
| 121 |
+ }, |
|
| 122 |
+ {
|
|
| 123 |
+ "name": "giggsey/locale", |
|
| 124 |
+ "version": "1.4", |
|
| 125 |
+ "source": {
|
|
| 126 |
+ "type": "git", |
|
| 127 |
+ "url": "https://github.com/giggsey/Locale.git", |
|
| 128 |
+ "reference": "e351a72ad6af6b41b690efdeffe1138fe5cc8b9c" |
|
| 129 |
+ }, |
|
| 130 |
+ "dist": {
|
|
| 131 |
+ "type": "zip", |
|
| 132 |
+ "url": "https://api.github.com/repos/giggsey/Locale/zipball/e351a72ad6af6b41b690efdeffe1138fe5cc8b9c", |
|
| 133 |
+ "reference": "e351a72ad6af6b41b690efdeffe1138fe5cc8b9c", |
|
| 134 |
+ "shasum": "" |
|
| 135 |
+ }, |
|
| 136 |
+ "require": {
|
|
| 137 |
+ "php": ">=5.3.2" |
|
| 138 |
+ }, |
|
| 139 |
+ "require-dev": {
|
|
| 140 |
+ "pear/pear-core-minimal": "^1.9", |
|
| 141 |
+ "pear/pear_exception": "^1.0", |
|
| 142 |
+ "pear/versioncontrol_git": "^0.5", |
|
| 143 |
+ "phing/phing": "~2.7", |
|
| 144 |
+ "phpunit/phpunit": "^4.8|^5.0", |
|
| 145 |
+ "satooshi/php-coveralls": "^1.0", |
|
| 146 |
+ "symfony/console": "^2.8|^3.0", |
|
| 147 |
+ "symfony/filesystem": "^2.8|^3.0", |
|
| 148 |
+ "symfony/finder": "^2.8|^3.0", |
|
| 149 |
+ "symfony/process": "^2.8|^3.0" |
|
| 150 |
+ }, |
|
| 151 |
+ "type": "library", |
|
| 152 |
+ "autoload": {
|
|
| 153 |
+ "psr-4": {
|
|
| 154 |
+ "Giggsey\\Locale\\": "src/" |
|
| 155 |
+ } |
|
| 156 |
+ }, |
|
| 157 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 158 |
+ "license": [ |
|
| 159 |
+ "MIT" |
|
| 160 |
+ ], |
|
| 161 |
+ "authors": [ |
|
| 162 |
+ {
|
|
| 163 |
+ "name": "Joshua Gigg", |
|
| 164 |
+ "email": "giggsey@gmail.com", |
|
| 165 |
+ "homepage": "http://giggsey.com/" |
|
| 166 |
+ } |
|
| 167 |
+ ], |
|
| 168 |
+ "description": "Locale functions required by libphonenumber-for-php", |
|
| 169 |
+ "time": "2017-11-01T21:34:27+00:00" |
|
| 53 | 170 |
} |
| 54 | 171 |
], |
| 55 | 172 |
"packages-dev": [], |
| 56 | 173 |