Skip to content

Commit f7fbac7

Browse files
committed
validator 0.3 support
1 parent abda1f5 commit f7fbac7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ jobs:
2727
- name: Run tests
2828
run: vendor/bin/phpunit test/
2929

30-
php81laraver8symfony5:
31-
name: "php 8.1, laravel 8, symfony 5"
30+
php81a:
31+
name: "php 8.1, laravel 8, symfony 5, validator 0.2"
3232
runs-on: ubuntu-latest
3333
container: "nofutur3/php-tests:8.1"
3434
steps:
3535
- name: Checkout repository
3636
uses: actions/checkout@v2
3737

3838
- name: Install dependencies
39-
run: composer update --no-interaction --with illuminate/support:^8.81 --with symfony/http-kernel:^5.4 --with symfony/http-foundation:^5.4
39+
run: composer update --no-interaction --with illuminate/support:^8.81 --with symfony/http-kernel:^5.4 --with symfony/http-foundation:^5.4 --with simple-as-fuck/php-validator:^0.2.5
4040

4141
- name: Run static analysis
4242
run: vendor/bin/phpstan analyse

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ext-json": "*",
66
"psr/http-message": "^1.0",
77
"psr/http-factory": "^1.0",
8-
"simple-as-fuck/php-validator": "^0.2.5",
8+
"simple-as-fuck/php-validator": "^0.2.5|^0.3.0",
99
"guzzlehttp/guzzle": "^7.4",
1010
"illuminate/support": "^8.81|^9.0",
1111
"kayex/http-codes": "^1.1",

0 commit comments

Comments
 (0)