Skip to content

Commit

Permalink
Release point for CMS
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevanzuydam committed Feb 27, 2023
1 parent 06c409a commit 894f0b9
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 272 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
"name": "tina4stack/tina4cms",
"description": "Tina4 CMS Module",
"license": "MIT",
"classmap": ["src/*"],
"classmap": [
"src/*"
],
"autoload": {
"files": ["loadModule.php"],
"files": [
"loadModule.php"
],
"psr-4": {
"": [
"src/",
Expand All @@ -17,8 +21,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"tina4stack/tina4php": "dev-master",
"tina4stack/tina4php-sqlite3": "^2.0"
"tina4stack/tina4php": "^2.0"
},
"scripts": {
"tina4": "tina4",
Expand Down
Loading

0 comments on commit 894f0b9

Please sign in to comment.