TheGamesDB2 / Website

TheGamesDB.net Repository - An open, online database for video game fans.
GNU General Public License v3.0
1 stars 2 forks source link

Update composer and add lock file #10

Closed pburggraf closed 1 year ago

pburggraf commented 1 year ago

The required minimum PHP version should be 7.2, as this it is the requirement for the cloudflare/sdk package.

But since the php version used in production is 8.2 we use this as a base for our composer.json.

The composer.lock file should be included in this project also. This will ensure that every developer and the production environment has a known and working state of packages.