Skip to content

Commit

Permalink
Merge pull request #3 from richardhj/statamic-v4
Browse files Browse the repository at this point in the history
Statamic v4
  • Loading branch information
Daynnnnn authored May 18, 2023
2 parents 1ad8c18 + ac88bca commit 2cbb7c6
Show file tree
Hide file tree
Showing 4 changed files with 4,220 additions and 2,224 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Use forward authentication to login to statamic.

# Installation

From a standard Statamic V3 site, you can run:
From a standard Statamic site, you can run:
`composer require daynnnnn/statamic-forward-auth`

Then publish the config:
Expand Down
14 changes: 10 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,18 @@
}
},
"require": {
"statamic/cms": "^3.0"
"statamic/cms": "^3.0 || ^4.0"
},
"require-dev": {
"phpstan/phpstan": "^0.12.89",
"pestphp/pest": "^1.14",
"orchestra/testbench": "^6.19",
"phpstan/phpstan": "^1.8",
"pestphp/pest": "^2.6",
"orchestra/testbench": "^8.5",
"adldap2/adldap2": "^10.3"
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true,
"pixelfear/composer-dist-plugin": true
}
}
}
Loading

0 comments on commit 2cbb7c6

Please sign in to comment.