Updating my emoji-a11y package required updating depndency version in the json
This commit is contained in:
parent
0744c65da3
commit
a5ca6f2218
2 changed files with 8 additions and 8 deletions
|
@ -25,7 +25,7 @@
|
||||||
"sensiolabs/security-checker": "^4.0",
|
"sensiolabs/security-checker": "^4.0",
|
||||||
"laravel/scout": "^3.0",
|
"laravel/scout": "^3.0",
|
||||||
"pmatseykanets/laravel-scout-postgres": "^0.5.0",
|
"pmatseykanets/laravel-scout-postgres": "^0.5.0",
|
||||||
"jonnybarnes/emoji-a11y": "^0.1.1",
|
"jonnybarnes/emoji-a11y": "^0.2",
|
||||||
"laravel/tinker": "^1.0"
|
"laravel/tinker": "^1.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
|
14
composer.lock
generated
14
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "e4236aef74a9e56de4a85dc50bf32dcf",
|
"content-hash": "52f682d51fc4b93251a08a230fbd5c24",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "anahkiasen/underscore-php",
|
"name": "anahkiasen/underscore-php",
|
||||||
|
@ -1375,23 +1375,23 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "jonnybarnes/emoji-a11y",
|
"name": "jonnybarnes/emoji-a11y",
|
||||||
"version": "v0.1.1",
|
"version": "v0.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/jonnybarnes/emoji-a11y.git",
|
"url": "https://github.com/jonnybarnes/emoji-a11y.git",
|
||||||
"reference": "bb9d7427bdaab139d746de1c4273fea6ebc52206"
|
"reference": "ee9062d345ce05c02036b5d5a990b3b0e8bfc34f"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/jonnybarnes/emoji-a11y/zipball/bb9d7427bdaab139d746de1c4273fea6ebc52206",
|
"url": "https://api.github.com/repos/jonnybarnes/emoji-a11y/zipball/ee9062d345ce05c02036b5d5a990b3b0e8bfc34f",
|
||||||
"reference": "bb9d7427bdaab139d746de1c4273fea6ebc52206",
|
"reference": "ee9062d345ce05c02036b5d5a990b3b0e8bfc34f",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.0"
|
"php": ">=7.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "~5.7"
|
"phpunit/phpunit": "~6.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -1415,7 +1415,7 @@
|
||||||
"accessibility",
|
"accessibility",
|
||||||
"emoji"
|
"emoji"
|
||||||
],
|
],
|
||||||
"time": "2017-02-02T00:20:12+00:00"
|
"time": "2017-02-15T17:23:34+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "jonnybarnes/indieweb",
|
"name": "jonnybarnes/indieweb",
|
||||||
|
|
Loading…
Add table
Reference in a new issue