diff -pruN 7.0.0-1/debian/changelog 7.0.0-2/debian/changelog
--- 7.0.0-1/debian/changelog	2025-02-08 11:48:58.000000000 +0000
+++ 7.0.0-2/debian/changelog	2025-09-29 06:08:43.000000000 +0000
@@ -1,3 +1,11 @@
+phpunit-object-enumerator (7.0.0-2) unstable; urgency=medium
+
+  * Upload to unstable in sync with PHPunit
+  * Update Standards-Version to 4.7.2
+  * Remove Rules-Requires-Root
+
+ -- David Prévot <taffit@debian.org>  Mon, 29 Sep 2025 08:08:43 +0200
+
 phpunit-object-enumerator (7.0.0-1) experimental; urgency=medium
 
   * Upload new major to experimental
diff -pruN 7.0.0-1/debian/control 7.0.0-2/debian/control
--- 7.0.0-1/debian/control	2024-07-14 13:33:00.000000000 +0000
+++ 7.0.0-2/debian/control	2025-09-29 05:48:30.000000000 +0000
@@ -4,16 +4,15 @@ Priority: optional
 Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
 Uploaders: David Prévot <taffit@debian.org>,
            Prach Pongpanich <prachpub@gmail.com>
-Build-Depends: ant,
-               debhelper-compat (= 13),
+Build-Depends: debhelper-compat (= 13),
                dh-sequence-phpcomposer,
+               ant,
                phpab,
-               phpunit (>= 10) <!nocheck>
-Standards-Version: 4.7.0
+               phpunit <!nocheck>
+Standards-Version: 4.7.2
 Homepage: https://github.com/sebastianbergmann/object-enumerator
 Vcs-Git: https://salsa.debian.org/php-team/pear/phpunit-object-enumerator.git
 Vcs-Browser: https://salsa.debian.org/php-team/pear/phpunit-object-enumerator
-Rules-Requires-Root: no
 
 Package: phpunit-object-enumerator
 Multi-Arch: foreign
diff -pruN 7.0.0-1/debian/tests/control 7.0.0-2/debian/tests/control
--- 7.0.0-1/debian/tests/control	2025-02-08 11:47:40.000000000 +0000
+++ 7.0.0-2/debian/tests/control	2025-05-04 18:53:56.000000000 +0000
@@ -1,3 +1,3 @@
 Test-Command: mkdir --parents vendor && phpabtpl --require sebastian/object-enumerator > debian/autoload.tests.php.tpl && phpab --template debian/autoload.tests.php.tpl --output vendor/autoload.php tests/_fixture/ && phpunit --bootstrap vendor/autoload.php
-Restrictions: rw-build-tree, allow-stderr
+Restrictions: allow-stderr, rw-build-tree
 Depends: phpab, phpunit, pkg-php-tools, @
