Skip to content

Commit 46964d8

Browse files
authored
Merge pull request #18 from Daanra/self-contain-acme
Self contain acme
2 parents 3a55117 + dbf1cb4 commit 46964d8

File tree

92 files changed

+4802
-40
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+4802
-40
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [7.2]
13-
laravel: [7.*]
12+
php: [8.0]
13+
laravel: [9.*]
1414
dependency-version: [prefer-stable]
1515
include:
16-
- laravel: 7.*
17-
testbench: 5.*
16+
- laravel: 9.*
17+
testbench: 7.*
1818

1919
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2020

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"require": {
2121
"php": "^7.2|^8.0",
2222
"ext-openssl": "*",
23-
"acmephp/core": "^1.2|dev-master",
24-
"illuminate/console": "^5.6.8|^6.0|^7.0|^8.0|^9.0",
25-
"illuminate/filesystem": "^5.6.8|^6.0|^7.0|^8.0|^9.0",
26-
"illuminate/support": "^5.6.8|^6.0|^7.0|^8.0|^9.0"
23+
"guzzlehttp/guzzle": "^7.4",
24+
"illuminate/console": "^7.0|^8.0|^9.0",
25+
"illuminate/filesystem": "^7.0|^8.0|^9.0",
26+
"illuminate/support": "^7.0|^8.0|^9.0"
2727
},
2828
"require-dev": {
2929
"friendsofphp/php-cs-fixer": "^3.0",
30-
"orchestra/testbench": "^5.0",
31-
"phpunit/phpunit": "^8.0"
30+
"orchestra/testbench": "^7.0",
31+
"phpunit/phpunit": "^9.0"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)