チェックインノートの改行を表示に反映し、URLっぽい文字列をリンク化するようにした

This commit is contained in:
shibafu
2017-11-03 23:47:38 +09:00
parent efea60fc81
commit 53f34c12cc
5 changed files with 70 additions and 4 deletions
Generated
+46 -1
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "8fd656953b9909fbcbecf476db92f15c",
"content-hash": "49697b9f7b0f02fe37b2bff14bddf200",
"packages": [
{
"name": "dnoegel/php-xdg-base-dir",
@@ -623,6 +623,51 @@
],
"time": "2017-08-06T17:41:04+00:00"
},
{
"name": "misd/linkify",
"version": "v1.1.4",
"source": {
"type": "git",
"url": "https://github.com/misd-service-development/php-linkify.git",
"reference": "3481b148806a23b4001712de645247a1a4dcc10a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/misd-service-development/php-linkify/zipball/3481b148806a23b4001712de645247a1a4dcc10a",
"reference": "3481b148806a23b4001712de645247a1a4dcc10a",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Misd\\Linkify\\": "src/Misd/Linkify"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Converts URLs and email addresses in text into HTML links",
"homepage": "https://github.com/misd-service-development/php-linkify",
"keywords": [
"convert",
"email address",
"link",
"url"
],
"time": "2017-08-17T08:33:35+00:00"
},
{
"name": "monolog/monolog",
"version": "1.23.0",