Skip to content

Commit

Permalink
#3488 Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Trofimov committed Sep 6, 2021
1 parent afb77fa commit 5fa432c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ cache/*
cache_public/*
tmp/*
logs/*
plugins/*

# Exclude main config file
inc/header*
Expand All @@ -23,6 +24,7 @@ cs_fixer_tmp*

# Exclude tests files
build.properties
composer.phar
tests/vendor
tests/composer.phar
samples/img/*
Expand Down
3 changes: 3 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
<exclude name="inc/header*" />
<exclude name="build.xml" />
<exclude name="build.properties" />
<exclude name="composer.json" />
<exclude name="composer.lock" />
<exclude name="composer.phar" />
<exclude name="storage/**/*" />
<exclude name="samples/**" />
<exclude name="scripts/**" />
Expand Down
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
{
"name": "unaio/una",
"description": "UNA - Community Management System",
"license": "MIT",
"authors": [
{
"name": "UNA, Inc",
"homepage": "https://una.io"
}
],
"config": {
"vendor-dir": "plugins"
},
Expand Down Expand Up @@ -61,6 +70,7 @@
}
],
"require": {
"php": ">=5.6",
"akeeba/s3": "dev-main",
"achingbrain/php5-akismet": "0.5",
"unaio/amazon-s3-php-class-hmac-v2": "*",
Expand Down

0 comments on commit 5fa432c

Please sign in to comment.