Skip to content

Update framwork #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jul 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
106 changes: 0 additions & 106 deletions .drone.jsonnet

This file was deleted.

115 changes: 0 additions & 115 deletions .drone.yml

This file was deleted.

5 changes: 2 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
.github/ export-ignore
.phan/ export-ignore
docs/ export-ignore
Tests/ export-ignore
.drone.jsonnet export-ignore
.drone.yml export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
phpstan.neon export-ignore
phpstan-baseline.neon export-ignore
phpunit.xml.dist export-ignore
ruleset.xml export-ignore
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@

## Installation via Composer

Add `"joomla/oauth2": "~3.0"` to the require block in your composer.json and then run `composer install`.
Add `"joomla/oauth2": "~4.0"` to the require block in your composer.json and then run `composer install`.

```json
{
"require": {
"joomla/oauth2": "~3.0"
"joomla/oauth2": "~4.0"
}
}
```

Alternatively, you can simply run the following from the command line:

```sh
composer require joomla/oauth2 "~3.0"
composer require joomla/oauth2 "~4.0"
```
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
These versions are currently being supported with security updates:

| Version | Supported |
| ------- | ------------------ |
|---------| ------------------ |
| 4.x.x | :white_check_mark: |
| 3.x.x | :white_check_mark: |
| 2.0.x | :white_check_mark: |
| 1.1.x | :x: |
Expand Down
Loading