Skip to content

Commit 7027eb6

Browse files
committed
updated: version
1 parent 6f05c38 commit 7027eb6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Config/config.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"name"=> 'Cms',
77
"slug"=> "cms",
88
"title"=> "Cms",
9-
"version"=> "2.0.0",
109
"thumbnail"=> "https://placehold.jp/300x160.png",
1110
"excerpt"=> "Cms",
1211
"description"=> "Cms",

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "vaahcms/cms",
33
"description": "Cms",
4-
"version": "2.0.1",
4+
"version": "2.0.0",
55
"authors": [
66
{
77
"name": "vaah",
88
"email": "[email protected]"
99
}
1010
],
1111
"require": {
12-
"php": "^7.3"
12+
"php": "^8.1"
1313
},
1414
"extra": {
1515
"laravel": {

0 commit comments

Comments
 (0)