This commit is contained in:
2023-11-28 12:40:49 +05:00
parent b45cec0200
commit dab7cc0069
16 changed files with 215 additions and 58 deletions

28
composer.lock generated
View File

@@ -3126,20 +3126,22 @@
},
{
"name": "nurmuhammet/nova-inputmask",
"version": "1.0.0",
"version": "1.2.20",
"source": {
"type": "git",
"url": "https://github.com/nurmuhammet-ali/nova-inputmask.git",
"reference": "67e530d1702992e1ce1b5000e8ec45865922efda"
"reference": "c3c4b3678c548622dcf9d7056ce05eed34adea7e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nurmuhammet-ali/nova-inputmask/zipball/67e530d1702992e1ce1b5000e8ec45865922efda",
"reference": "67e530d1702992e1ce1b5000e8ec45865922efda",
"url": "https://api.github.com/repos/nurmuhammet-ali/nova-inputmask/zipball/c3c4b3678c548622dcf9d7056ce05eed34adea7e",
"reference": "c3c4b3678c548622dcf9d7056ce05eed34adea7e",
"shasum": ""
},
"require": {
"php": "^7.3|^8.0"
"laravel/framework": "^8.0|^9.0|^10.0",
"laravel/nova": "^4.0",
"php": "^7.3|^8.0|^8.1|^8.2"
},
"type": "library",
"extra": {
@@ -3165,9 +3167,9 @@
],
"support": {
"issues": "https://github.com/nurmuhammet-ali/nova-inputmask/issues",
"source": "https://github.com/nurmuhammet-ali/nova-inputmask/tree/1.0.0"
"source": "https://github.com/nurmuhammet-ali/nova-inputmask/tree/1.2.20"
},
"time": "2022-11-15T13:21:57+00:00"
"time": "2023-11-28T05:37:17+00:00"
},
{
"name": "openspout/openspout",
@@ -7906,16 +7908,16 @@
},
{
"name": "phpunit/php-code-coverage",
"version": "10.1.8",
"version": "10.1.9",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "84838eed9ded511f61dc3e8b5944a52d9017b297"
"reference": "a56a9ab2f680246adcf3db43f38ddf1765774735"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/84838eed9ded511f61dc3e8b5944a52d9017b297",
"reference": "84838eed9ded511f61dc3e8b5944a52d9017b297",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/a56a9ab2f680246adcf3db43f38ddf1765774735",
"reference": "a56a9ab2f680246adcf3db43f38ddf1765774735",
"shasum": ""
},
"require": {
@@ -7972,7 +7974,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.8"
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.9"
},
"funding": [
{
@@ -7980,7 +7982,7 @@
"type": "github"
}
],
"time": "2023-11-15T13:31:15+00:00"
"time": "2023-11-23T12:23:20+00:00"
},
{
"name": "phpunit/php-file-iterator",