Skip to content

Commit 861a39e

Browse files
committed
move original gettext to smmoosavi/php-gettext-core
1 parent 0e339ee commit 861a39e

4 files changed

Lines changed: 5 additions & 608 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
.idea
2-
vendor
1+
vendor
2+
composer.lock

composer.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,13 @@
77
"email": "se.mo.moosavi@gmail.com"
88
}
99
],
10-
"minimum-stability": "dev",
1110
"require": {
12-
"php": ">=5.3.0"
11+
"php": ">=5.3.0",
12+
"smmoosavi/php-gettext-core": "1.0.*"
1313
},
1414
"autoload": {
1515
"psr-0": {
1616
"smmoosavi": "src/"
17-
},
18-
"classmap": [
19-
"src/gettext.php",
20-
"src/streams.php"
21-
]
17+
}
2218
}
2319
}

0 commit comments

Comments
 (0)