File: update-composer.patch

package info (click to toggle)
php-net-ldap3 1.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 240 kB
  • sloc: php: 2,229; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 763 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Author: Guilhem Moulin <guilhem@debian.org>
Date:   Sun Dec 13 21:03:34 2020 +0100
Forwarded: not-needed
Description: Update PHP pear dependencies
 Restore pear-pear/ prefix to create proper package dependencies.

    Revert "Use packagist as a source of Net_LDAP2 package"
    
    This reverts commit 51afe33906e1c9f5cf0811271b29b08c615c95ce.

---
 composer.json |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

--- a/composer.json
+++ b/composer.json
@@ -22,9 +22,15 @@
 			"role": "Developer"
 		}
 	],
+	"repositories": [
+		{
+			"type": "pear",
+			"url": "https://pear.php.net/"
+		}
+	],
 	"require": {
 		"php": ">=5.3.3",
-		"pear/net_ldap2": ">=2.0.12"
+		"pear-pear/net_ldap2": ">=2.0.12"
 	},
 	"autoload": {
 		"classmap": ["lib/"]