Skip to content

Commit

Permalink
First functions
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ committed Sep 8, 2024
1 parent fb5a3ec commit 01f2a58
Show file tree
Hide file tree
Showing 3 changed files with 3,398 additions and 3,060 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
"bin/whatsdiff"
],
"require": {
"php": "^8.2|^8.3",
"php": "^8.2",
"ext-dom": "*",
"composer-runtime-api": "^2.2"
"composer-runtime-api": "^2.2",
"laravel/prompts": "^0.1.25",
"illuminate/collections": "^11.22"
},
"require-dev": {
"pestphp/pest": "^2.24",
Expand Down
Loading

0 comments on commit 01f2a58

Please sign in to comment.