Update Parserus

This commit is contained in:
Visman 2021-01-06 18:41:23 +07:00
parent 66cf3db14b
commit b7880fc760
5 changed files with 250 additions and 174 deletions

16
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "8798521335e67d2195e6b1793d67a21c",
"content-hash": "0e8e26cbd16c3af7c71606c9b4b5841b",
"packages": [
{
"name": "artoodetoo/dirk",
@ -111,16 +111,16 @@
"source": {
"type": "git",
"url": "https://github.com/MioVisman/Parserus.git",
"reference": "ac9a8fa047083229f7e50df0342fd3871cdbe931"
"reference": "8734e26dfc53a83aecf3747a5fc995ab5e5044cd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/MioVisman/Parserus/zipball/ac9a8fa047083229f7e50df0342fd3871cdbe931",
"reference": "ac9a8fa047083229f7e50df0342fd3871cdbe931",
"url": "https://api.github.com/repos/MioVisman/Parserus/zipball/8734e26dfc53a83aecf3747a5fc995ab5e5044cd",
"reference": "8734e26dfc53a83aecf3747a5fc995ab5e5044cd",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
"php": ">=7.3.0"
},
"type": "library",
"autoload": {
@ -145,7 +145,7 @@
"bbcode",
"parser"
],
"time": "2019-10-11T12:06:27+00:00"
"time": "2021-01-06T10:44:42+00:00"
},
{
"name": "psr/simple-cache",
@ -210,7 +210,9 @@
"php": ">=7.3.0",
"ext-gd": "*",
"ext-mbstring": "*",
"ext-fileinfo": "*"
"ext-fileinfo": "*",
"ext-intl": "*",
"ext-json": "*"
},
"platform-dev": []
}

View file

@ -109,18 +109,18 @@
"source": {
"type": "git",
"url": "https://github.com/MioVisman/Parserus.git",
"reference": "ac9a8fa047083229f7e50df0342fd3871cdbe931"
"reference": "8734e26dfc53a83aecf3747a5fc995ab5e5044cd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/MioVisman/Parserus/zipball/ac9a8fa047083229f7e50df0342fd3871cdbe931",
"reference": "ac9a8fa047083229f7e50df0342fd3871cdbe931",
"url": "https://api.github.com/repos/MioVisman/Parserus/zipball/8734e26dfc53a83aecf3747a5fc995ab5e5044cd",
"reference": "8734e26dfc53a83aecf3747a5fc995ab5e5044cd",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
"php": ">=7.3.0"
},
"time": "2019-10-11T12:06:27+00:00",
"time": "2021-01-06T10:44:42+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {

View file

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2016-2017 Visman
Copyright (c) 2016-2021 Visman
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

File diff suppressed because it is too large Load diff

View file

@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=5.4.0"
"php": ">=7.3.0"
},
"autoload": {
"psr-0": {"Parserus": ""}