Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create php.yml #21

Closed
wants to merge 19 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: PHP Composer

on:
push:
branches: [ "epesi_1.9.1_20220911" ]
branches: [ "epesi-workflow" ]
pull_request:
branches: [ "epesi_1.9.1_20220911" ]
branches: [ "epesi-workflow" ]

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ vendor

tests/config.yml
.history/
composer.lock
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ It requires properly configured HTTP server with PHP and MySQL database server =

EPESI is released under the MIT License

Copyright © 2006-2022 by Janusz Tylek and Karina Tylek
Copyright © 2006-2024 by Janusz Tylek and Karina Tylek

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/orsell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,20 @@
"symfony/console": "^2.7",
"symfony/http-foundation": "^2.7",
"phpdocumentor/reflection-docblock": "^2.0.4",
"fzaninotto/faker": "^1.6",
"phpfastcache/phpfastcache": "^5.0",
"ifsnop/mysqldump-php": "dev-master",
"memio/memio": "^1.0",
"psy/psysh": "@stable",
"enyo/dropzone": "@stable",
"ezyang/htmlpurifier": "^4.9",
"moneyphp/money": "^3.0"
"moneyphp/money": "^3.0",
"smarty/smarty": "^4.3",
"adodb/adodb-php" : "^5.21",
"openpsa/quickform" : "^3.4"
},
"scripts": {
"post-install-cmd": [
"@composer -d=\"modules/Base/Theme\" install",
"@composer -d=\"modules/CRM/Mail\" install",
"@composer -d=\"modules/Libs/PHPExcel\" install",
"@composer -d=\"modules/Libs/TCPDF\" install"
Expand All @@ -31,7 +34,6 @@
}
},
"require-dev": {
"codeception/codeception": "*",
"codeception/aspect-mock": "*"
"codeception/codeception": "*"
}
}
Loading
Loading