Skip to content
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

Added support for Symfony 5.4 #3

Merged
merged 52 commits into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
07c9fe6
SUPPORT-91253: wip
maruf-paysera Feb 8, 2024
7c9aa56
SUPPORT-91253: init CI
maruf-paysera Feb 8, 2024
3128a21
SUPPORT-91253: updated gitignore
maruf-paysera Feb 8, 2024
6b7ac8e
SUPPORT-91253: renamed
maruf-paysera Feb 8, 2024
641260f
SUPPORT-91253: updated CI
maruf-paysera Feb 8, 2024
cf6b4dd
SUPPORT-91253: updated CI
maruf-paysera Feb 8, 2024
3ab8ce9
SUPPORT-91253: updated CI
maruf-paysera Feb 8, 2024
e04b85c
SUPPORT-91253: updated CI
maruf-paysera Feb 8, 2024
f59c515
SUPPORT-91253: added test branch on push
maruf-paysera Feb 8, 2024
0832913
SUPPORT-91253: removed ci
maruf-paysera Feb 8, 2024
e61c90c
SUPPORT-91253: Added support for Symfony 5.4
maruf-paysera Feb 13, 2024
2746eac
SUPPORT-91253: removed support for Symfony 4
maruf-paysera Feb 13, 2024
33a28ca
SUPPORT-91253: added phpunit 10
maruf-paysera Feb 13, 2024
4b4b258
Merge remote-tracking branch 'origin/SUPPORT-91253' into SUPPORT-91253
maruf-paysera Feb 13, 2024
d87c27d
SUPPORT-91253: code styles
maruf-paysera Feb 13, 2024
39323e5
SUPPORT-91253: updated readme
maruf-paysera Feb 14, 2024
2b3b6eb
SUPPORT-91253: code style
maruf-paysera Feb 14, 2024
8082697
SUPPORT-91253: added support for Symfony 4.0.x
maruf-paysera Feb 23, 2024
89e6a1f
SUPPORT-91253: fix tests
maruf-paysera Feb 23, 2024
cc5032b
SUPPORT-91253: fix
maruf-paysera Feb 23, 2024
bc3fb7c
SUPPORT-91253: added back SF 3 classes
maruf-paysera Feb 23, 2024
b133539
SUPPORT-91253: code style
maruf-paysera Feb 23, 2024
4b80fa1
SUPPORT-91253: added CI
maruf-paysera Feb 13, 2024
51f5a24
SUPPORT-91253: code style
maruf-paysera Feb 14, 2024
e51956d
SUPPORT-91253: removed php 5.5
maruf-paysera Feb 14, 2024
fa26009
SUPPORT-91253: removed test branch
maruf-paysera Feb 14, 2024
1ef8a2e
SUPPORT-91253: rebase master
maruf-paysera Feb 27, 2024
423340f
SUPPORT-91253: updated gitignore
maruf-paysera Feb 8, 2024
ce93c6b
SUPPORT-91253: code review
maruf-paysera Feb 27, 2024
3bbb962
SUPPORT-91253: updated CI
maruf-paysera Feb 27, 2024
684ec5c
Merge branch 'master' into SUPPORT-91253
maruf-paysera Feb 27, 2024
05d0d72
SUPPORT-91253: updated CI
maruf-paysera Feb 27, 2024
4e670f8
SUPPORT-91253: updated composer
maruf-paysera Feb 27, 2024
da8958d
SUPPORT-91253: updated composer
maruf-paysera Feb 27, 2024
1596aee
SUPPORT-91253: removed support for SF 6 from the CI
maruf-paysera Feb 27, 2024
9f0694a
SUPPORT-91253: added test steps
maruf-paysera Feb 27, 2024
6a18903
SUPPORT-91253: added test steps
maruf-paysera Feb 27, 2024
02ecffe
SUPPORT-91253: updated CI and composer
maruf-paysera Feb 27, 2024
c8f0efb
SUPPORT-91253: updated test dir
maruf-paysera Feb 27, 2024
03a671a
SUPPORT-91253: skipping tests for below SF 5
maruf-paysera Feb 27, 2024
b4c6fd6
SUPPORT-91253: code style
maruf-paysera Feb 27, 2024
1eaf778
SUPPORT-91253: code review fix
maruf-paysera Mar 4, 2024
fd1fc6f
SUPPORT-91253: added symfony 4 test
maruf-paysera Mar 4, 2024
3144529
SUPPORT-91253: updated backward compatibility
maruf-paysera Mar 4, 2024
e055c1f
SUPPORT-91253: updated backward compatibility for symfony 4
maruf-paysera Mar 4, 2024
6e24946
SUPPORT-91253: updated kernel version check
maruf-paysera Mar 4, 2024
da565ea
SUPPORT-91253: code style
maruf-paysera Mar 5, 2024
0bb3524
SUPPORT-91253: code review fix
maruf-paysera Mar 6, 2024
f33cef9
SUPPORT-91253: code review fix
maruf-paysera Mar 8, 2024
fb915b7
SUPPORT-91253: fix tests
maruf-paysera Mar 8, 2024
4f50e08
SUPPORT-91253: removed unused code
maruf-paysera Mar 8, 2024
bbdcfce
SUPPORT-91253: updated readme
maruf-paysera Mar 15, 2024
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
Prev Previous commit
Next Next commit
SUPPORT-91253: updated test dir
  • Loading branch information
maruf-paysera committed Feb 27, 2024
commit c8f0efbf807ce1ed9c0d8b3ac5c8bcf2258da230
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
dependency-versions: ${{ matrix.dependency }}

- name: Clear cache (optional)
- name: Clear cache
uses: actions/cache@v3
with:
path: ~/.composer/cache
Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"Paysera\\BearerAuthenticationBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Paysera\\BearerAuthenticationBundle\\Tests\\": "tests/"
}
},
"require": {
"php": ">=7.4",
"symfony/security-bundle": "^v4.0 || ^v5.4",
Expand Down
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
>
<testsuites>
<testsuite name="Package test suite">
<directory>Tests</directory>
<directory>Tests/*</directory>
<directory>tests</directory>
<directory>tests/*</directory>
</testsuite>
</testsuites>
</phpunit>
File renamed without changes.
Loading