Skip to content

Commit

Permalink
updated code
Browse files Browse the repository at this point in the history
  • Loading branch information
dconco committed Nov 18, 2024
1 parent 1b7df48 commit 56b7228
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bin/phantom export-only
composer.json export-only
README.md export-only
2 changes: 1 addition & 1 deletion .vscode/pack-zip.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const distFolder = path.join(__dirname, '../dist');
let readmeDotMd = path.join(__dirname, '../readme.md');

if (!fs.existsSync(readmeDotMd)) {
readmeDotMd = path.join(__dirname, '../README.md');
readmeDotMd = path.join(__dirname, '../readme.md');
}

// create zip file of dist folder
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dconco/phantom-php",
"description": "PhantomPHP is a PHP web server for Android, designed for use with the Acode app, enabling you to run and share PHP and MySQL applications from your device. It’s built to provide fast performance, high reliability, and easy integration with MySQL databases for powerful, dynamic web development.",
"description": "A PHP android web server for the Acode app, allowing you to serve your PHP applications both locally and share them online. It boasts fast performance and high reliability.",
"homepage": "https://github.com/codetesla51/phantom-php",
"type": "library",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "PhantomPHP",
"main": "dist/main.js",
"version": "1.0.0",
"readme": "./plugin.md",
"readme": "./readme.md",
"icon": "icon.png",
"files": [],
"minVersionCode": 290,
Expand Down

0 comments on commit 56b7228

Please sign in to comment.