Skip to content

Commit

Permalink
Merge branch 'master' of github.com:puleeno/puleeno-cms
Browse files Browse the repository at this point in the history
  • Loading branch information
puleeno committed Mar 17, 2024
2 parents 31962da + dd9badf commit 8f82614
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@
url = https://github.com/jackal-cms/dashboard-extension.git
[submodule "extensions/text-editor"]
path = extensions/text-editor
url = https://github.com/jackal-cms/editor-extension.git
url = https://github.com/jackal-cms/text-editor-extension.git
[submodule "extensions/file-manager"]
path = extensions/file-manager
url = https://github.com/jackal-cms/file-manager-extension.git
[submodule "extensions/seo"]
path = extensions/seo
url = https://github.com/jackal-cms/seo-extension.git
[submodule "extensions/layout-uikit"]
path = extensions/layout-uikit
url = https://github.com/jackal-cms/layout-uikit-extension.git
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "jackal/cms",
"name": "puleeno/jackal-cms",
"cms-version": "1.0.0",
"description": "Yet another PHP CMS by Puleeno Nguyen",
"keywords": [
Expand Down Expand Up @@ -53,8 +53,8 @@
"phpspec/prophecy-phpunit": "^2.1",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.6.15",
"squizlabs/php_codesniffer": "^3.8"
"phpunit/phpunit": "^9.6.17",
"squizlabs/php_codesniffer": "^3.9"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 8f82614

Please sign in to comment.