Skip to content

Commit c6c4df8

Browse files
authored
Merge pull request #9 from iter8-au/feat-ldaprecord-v3
Upgrade to LdapRecord v3
2 parents 663d445 + c4d12e7 commit c6c4df8

21 files changed

+220
-412
lines changed

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
.gitignore export-ignore
77
.php-cs-fixer.dist.php export-ignore
88
.whitesource export-ignore
9-
/Resources/doc export-ignore
10-
/Tests export-ignore
9+
/docs export-ignore
10+
/tests export-ignore
1111
docker-compose.yml export-ignore
1212
phpcs.xml.dist export-ignore
1313
phpstan.neon.dist export-ignore

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ jobs:
1212
strategy:
1313
matrix:
1414
php-version:
15-
- 7.4
16-
- 8.0
1715
- 8.1
16+
- 8.2
1817

1918
steps:
2019
- name: "Checkout"

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,18 @@ jobs:
2121
fail-fast: true
2222
matrix:
2323
include:
24-
- php-version: 7.4
25-
composer-flags: "--prefer-stable"
26-
symfony-require: "5.4.*"
27-
- php-version: 8.0
28-
composer-flags: "--prefer-stable"
29-
symfony-require: "5.4.*"
30-
- php-version: 8.0
31-
composer-flags: "--prefer-stable"
32-
symfony-require: "6.0.*"
3324
- php-version: 8.1
3425
composer-flags: "--ignore-platform-reqs"
35-
symfony-require: "5.4.*"
26+
symfony-require: "6.1.*"
3627
- php-version: 8.1
3728
composer-flags: "--ignore-platform-reqs"
38-
symfony-require: "6.0.*"
39-
- php-version: 8.1
29+
symfony-require: "6.2.*"
30+
- php-version: 8.2
4031
composer-flags: "--ignore-platform-reqs"
4132
symfony-require: "6.1.*"
33+
- php-version: 8.2
34+
composer-flags: "--ignore-platform-reqs"
35+
symfony-require: "6.2.*"
4236

4337
services:
4438
ldap:

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ jobs:
1212
strategy:
1313
matrix:
1414
php-version:
15-
- 7.4
16-
- 8.0
1715
- 8.1
16+
- 8.2
1817

1918
steps:
2019
- name: "Checkout"

DependencyInjection/Configuration.php

Lines changed: 0 additions & 241 deletions
This file was deleted.

DependencyInjection/Iter8LdapRecordExtension.php

Lines changed: 0 additions & 47 deletions
This file was deleted.

Iter8LdapRecordBundle.php

Lines changed: 0 additions & 11 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ After you have installed the package, you just need to add the bundle to your `A
2121
// in AppKernel::registerBundles()
2222
$bundles = [
2323
// ...
24-
new Iter8\Bundle\LdapRecordBundle\Iter8LdapRecordBundle(),
24+
new Iter8\LdapRecordBundle\Iter8LdapRecordBundle(),
2525
// ...
2626
];
2727

Resources/config/services.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)