fixing versions in docblocks

This commit is contained in:
Brian 2022-09-30 13:17:27 -06:00
parent 89af62623d
commit 7370a1e7e2
Signed by: brian
GPG Key ID: DE1A5390A3B84CD8
2 changed files with 9 additions and 12 deletions

17
composer.lock generated
View File

@ -647,23 +647,20 @@
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v6.1.3", "version": "v6.0.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "39696bff2c2970b3779a5cac7bf9f0b88fc2b709" "reference": "09cb683ba5720385ea6966e5e06be2a34f2568b1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/39696bff2c2970b3779a5cac7bf9f0b88fc2b709", "url": "https://api.github.com/repos/symfony/finder/zipball/09cb683ba5720385ea6966e5e06be2a34f2568b1",
"reference": "39696bff2c2970b3779a5cac7bf9f0b88fc2b709", "reference": "09cb683ba5720385ea6966e5e06be2a34f2568b1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.1" "php": ">=8.0.2"
},
"require-dev": {
"symfony/filesystem": "^6.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -691,7 +688,7 @@
"description": "Finds files and directories via an intuitive fluent interface", "description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/finder/tree/v6.1.3" "source": "https://github.com/symfony/finder/tree/v6.0.11"
}, },
"funding": [ "funding": [
{ {
@ -707,7 +704,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-07-29T07:42:06+00:00" "time": "2022-07-29T07:39:48+00:00"
}, },
{ {
"name": "symfony/polyfill-php73", "name": "symfony/polyfill-php73",

View File

@ -19,8 +19,8 @@ use eftec\bladeone\BladeOne;
* Plugin URI: https://domain.com * Plugin URI: https://domain.com
* Update URI: https://example.com/my-plugin/ * Update URI: https://example.com/my-plugin/
* Version: 1.0.0 * Version: 1.0.0
* Requires at least: 8.0.2 * Requires at least: 5.2
* Requires PHP: 8.0 * Requires PHP: 8.0.2
* Author: Plugin Author * Author: Plugin Author
* Author URI: https://plugin-author.com * Author URI: https://plugin-author.com
* Text Domain: nmsp-plugin-name-text-domain * Text Domain: nmsp-plugin-name-text-domain