Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazoyer committed Oct 20, 2024
1 parent 319c141 commit d1adcb5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 24 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ development, you can sponsor it or contribute in any way you can.
* Webserver such as Apache 2, or Lighttpd, etc…
* PHP (>= 8.1) module for the webserver (`libapache2-mod-php` for Apache 2
for example)
* Composer to install dependencies
* The PDO extension to interact with SQLite for anti-spam feature
(`php8.2-sqlite3` on Debian for example)
* The XML package is required as well (`php8.2-xml` on Debian for example)
Expand Down Expand Up @@ -60,6 +61,10 @@ Questions? Comments? Join us in the `#looking-glass` Slack channel on

## Configuration

Install [Composer](https://getcomposer.org/) and run `composer install` to
install dependencies for this project. This step is not necessary if you use
Docker.

Copy the configuration **config.php.example** file to create a **config.php**
file. It contains all the values (PHP variables) used to customize the looking
glass. Details about configuration options are available in the
Expand Down
48 changes: 24 additions & 24 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d1adcb5

Please sign in to comment.