Skip to content

Commit

Permalink
Rewrite most of the library
Browse files Browse the repository at this point in the history
now supports intersection, union, and various other types that did not previously work
firehosed lots of shitty tests
added lots of new integration tests
redesigned API
ur welcome
  • Loading branch information
dktapps committed Mar 26, 2024
1 parent 70eacbe commit 8e032a2
Show file tree
Hide file tree
Showing 19 changed files with 603 additions and 1,716 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
strategy:
matrix:
php: ['8.0', '8.1', '8.2', '8.3']
php: ['8.1', '8.2', '8.3']
name: PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"ext-reflection": "*"
},
"require-dev": {
Expand Down
20 changes: 0 additions & 20 deletions src/BuiltInTypes.php

This file was deleted.

Loading

0 comments on commit 8e032a2

Please sign in to comment.