Skip to content

Commit

Permalink
fix: php wrong version, adapted for sail
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoLla13 committed Apr 29, 2024
1 parent d800264 commit b0f7352
Show file tree
Hide file tree
Showing 4 changed files with 3,075 additions and 1,944 deletions.
1 change: 1 addition & 0 deletions backend/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
docker-compose.yml
/node_modules
/public/hot
/public/storage
Expand Down
3 changes: 2 additions & 1 deletion backend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"repositories": [
],
"require": {
"php": "^7.3",
"php": "^8.2",
"directorytree/ldaprecord-laravel": "^2.3",
"doctrine/dbal": "^3.1",
"fideloper/proxy": "^4.2",
Expand All @@ -29,6 +29,7 @@
},
"require-dev": {
"facade/ignition": "^2.3.6",
"laravel/sail": "^1.25",
"mockery/mockery": "^1.3.1",
"nunomaduro/collision": "^5.0",
"phpunit/phpunit": "^9.3"
Expand Down
Loading

0 comments on commit b0f7352

Please sign in to comment.