Skip to content

Commit

Permalink
Merge pull request #367 from MidnightDesign/patch-1
Browse files Browse the repository at this point in the history
Add `random` to core extensions
  • Loading branch information
Ocramius authored Dec 14, 2022
2 parents 194cf64 + cc17154 commit 45a6a59
Show file tree
Hide file tree
Showing 8 changed files with 660 additions and 621 deletions.
1 change: 1 addition & 0 deletions .github/workflows/infection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
php-version:
- "8.0"
- "8.1"
- "8.2"
operating-system:
- "ubuntu-latest"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
php-version:
- "8.0"
- "8.1"
- "8.2"
operating-system:
- "ubuntu-latest"
- "windows-latest"
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,15 @@
"phing/phing": "^2.17.0",
"phpstan/phpstan": "^1.2.0",
"phpunit/phpunit": "^9.5.10",
"roave/infection-static-analysis-plugin": "1.13.x-dev as 1.13.0",
"roave/infection-static-analysis-plugin": "^1.23",
"vimeo/psalm": "^4.15"
},
"config": {
"optimize-autoloader": true,
"sort-packages": true,
"platform": {
"php": "8.0.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"infection/extension-installer": true
Expand Down
Loading

0 comments on commit 45a6a59

Please sign in to comment.