Skip to content

Commit 5d1ef3f

Browse files
Merge pull request #28 from utopia-php/feat-upgrade-http
Use utopia-php/http instead of utopia-php/framework
2 parents d5c8535 + 68551a2 commit 5d1ef3f

8 files changed

Lines changed: 2651 additions & 200 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php-versions: ['8.0', '8.1', '8.2', '8.3', 'nightly']
10+
php-versions: ['8.1', '8.2', '8.3', '8.4', 'nightly']
1111

1212
steps:
1313
- name: Checkout repository

composer.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
}
1616
},
1717
"require": {
18-
"php": ">=8.0",
18+
"php": ">=8.1",
1919
"ext-json": "*",
2020
"ext-redis": "*",
21-
"utopia-php/servers": "0.1.*",
22-
"utopia-php/framework": "1.0.*",
23-
"utopia-php/cli": "0.19.*",
24-
"utopia-php/queue": "0.8.*"
21+
"utopia-php/servers": "0.3.*",
22+
"utopia-php/http": "0.34.*",
23+
"utopia-php/cli": "0.23.*",
24+
"utopia-php/queue": "0.16.*"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^9.3",
@@ -31,5 +31,11 @@
3131
"format": "vendor/bin/pint",
3232
"lint": "vendor/bin/pint --test",
3333
"test": "vendor/bin/phpunit --configuration phpunit.xml"
34+
},
35+
"config": {
36+
"allow-plugins": {
37+
"php-http/discovery": false,
38+
"tbachert/spi": false
39+
}
3440
}
3541
}

0 commit comments

Comments
 (0)