Skip to content

Commit 5c57d5b

Browse files
authored
Merge pull request #2 from utopia-php/fix-domain-validate
Fix domain validate
2 parents 8942106 + 492c0d7 commit 5c57d5b

File tree

8 files changed

+450
-383
lines changed

8 files changed

+450
-383
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup PHP
1515
uses: shivammathur/setup-php@v2
1616
with:
17-
php-version: '8.1'
17+
php-version: '8.4'
1818
coverage: none
1919

2020
- name: Install dependencies

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup PHP
1515
uses: shivammathur/setup-php@v2
1616
with:
17-
php-version: '8.1'
17+
php-version: '8.4'
1818
coverage: none
1919

2020
- name: Install dependencies

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup PHP
1515
uses: shivammathur/setup-php@v2
1616
with:
17-
php-version: '8.1'
17+
php-version: '8.4'
1818
coverage: none
1919

2020
- name: Validate composer.json and composer.lock

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@
2121
"test": "vendor/bin/phpunit --configuration phpunit.xml"
2222
},
2323
"require": {
24-
"php": ">=8.1"
24+
"php": ">=8.0"
2525
},
2626
"require-dev": {
27-
"ext-xdebug": "*",
28-
"phpunit/phpunit": "^9.5.25",
29-
"laravel/pint": "^1.2",
27+
"phpunit/phpunit": "11.*",
28+
"laravel/pint": "1.*",
3029
"phpstan/phpstan": "1.*"
3130
}
3231
}

0 commit comments

Comments
 (0)